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>
This commit is contained in:
Stephen Rothwell
2008-05-23 16:28:54 +10:00
committed by Paul Mackerras
parent ad9e05aef7
commit 55b6c8e99d
6 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
#include <asm/uaccess.h>
#ifdef CONFIG_PPC_CPM_NEW_BINDING
#include <asm/of_platform.h>
#include <linux/of_platform.h>
#endif
#include "fs_enet.h"

View File

@@ -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"

View File

@@ -37,7 +37,7 @@
#include <asm/uaccess.h>
#ifdef CONFIG_PPC_CPM_NEW_BINDING
#include <asm/of_platform.h>
#include <linux/of_platform.h>
#endif
#include "fs_enet.h"