net: dwc: Fix cache alignment issues
authorMarek Vasut <marex@denx.de>
Sun, 14 Sep 2014 22:50:37 +0000 (00:50 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 6 Oct 2014 15:36:40 +0000 (17:36 +0200)
commit4f68678b1941af7d75f391d1189c776fb434dc08
tree92b9959a2a139e236bdb731da2eee9ee977e802b
parent58ec63d6bcbe392ebed83197c90dc743f3b9e701
net: dwc: Fix cache alignment issues

Fix remaining cache alignment issues in the DWC Ethernet driver.
Please note that the cache handling in the driver is making the
code hideous and thus the next patch cleans that up. In order to
make this change reviewable though, the cleanup is split from it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Acked-by: Pavel Machek <pavel@denx.de>
drivers/net/designware.c