aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/mac-fcc.c
diff options
context:
space:
mode:
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>2005-11-09 11:00:16 -0200
committerPaul Mackerras <paulus@samba.org>2005-11-10 11:25:02 +1100
commitf7b9996990bccaa9f53cbea7aea8ab5355e7f10c (patch)
treec9b8bce007618ccde2e4f82cb12d18e3e0f4aaad /drivers/net/fs_enet/mac-fcc.c
parent[PATCH] ppc32: fix ppc44x fpu build (diff)
downloadlinux-dev-f7b9996990bccaa9f53cbea7aea8ab5355e7f10c.tar.xz
linux-dev-f7b9996990bccaa9f53cbea7aea8ab5355e7f10c.zip
[PATCH] fs_enet build fix
Due to the recent update of the platform code, some platform device drivers fail to compile. This fix is for fs_enet, adding #include of a new header, to which a number of platform stuff has been relocated. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/fs_enet/mac-fcc.c')
-rw-r--r--drivers/net/fs_enet/mac-fcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fs_enet/mac-fcc.c b/drivers/net/fs_enet/mac-fcc.c
index a940b96433c7..e67b1d06611c 100644
--- a/drivers/net/fs_enet/mac-fcc.c
+++ b/drivers/net/fs_enet/mac-fcc.c
@@ -34,6 +34,7 @@
#include <linux/ethtool.h>
#include <linux/bitops.h>
#include <linux/fs.h>
+#include <linux/platform_device.h>
#include <asm/immap_cpm2.h>
#include <asm/mpc8260.h>