diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 08:28:54 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-30 14:30:36 +0200 |
commit | 55b6c8e99d582cc66947b465d0ff3147a0219808 (patch) | |
tree | 748ed70af725b491753dbf73e4ec1d3977cde70c /drivers/net/fs_enet/mac-scc.c | |
parent | macintosh: Use linux/of_{device,platform}.h instead of asm (diff) | |
download | linux-55b6c8e99d582cc66947b465d0ff3147a0219808.tar.xz linux-55b6c8e99d582cc66947b465d0ff3147a0219808.zip |
drivers/net: Use linux/of_{device,platform}.h instead of asm
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/fs_enet/mac-scc.c')
-rw-r--r-- | drivers/net/fs_enet/mac-scc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fs_enet/mac-scc.c b/drivers/net/fs_enet/mac-scc.c index d7ca31945c82..e3557eca7b6d 100644 --- a/drivers/net/fs_enet/mac-scc.c +++ b/drivers/net/fs_enet/mac-scc.c @@ -44,7 +44,7 @@ #endif #ifdef CONFIG_PPC_CPM_NEW_BINDING -#include <asm/of_platform.h> +#include <linux/of_platform.h> #endif #include "fs_enet.h" |