diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-06 18:14:28 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-06 18:14:28 -0700 |
commit | f8d91faff3bb82c7026d6a2a5c97ee7d88bc0229 (patch) | |
tree | 59286736a3024f954f4b5b7d985f688f44dd1908 /arch/sparc | |
parent | 8c6a5cad1eec38c2bf3af94eb2d4350be29fa208 (diff) | |
download | kernel_samsung_smdk4412-f8d91faff3bb82c7026d6a2a5c97ee7d88bc0229.zip kernel_samsung_smdk4412-f8d91faff3bb82c7026d6a2a5c97ee7d88bc0229.tar.gz kernel_samsung_smdk4412-f8d91faff3bb82c7026d6a2a5c97ee7d88bc0229.tar.bz2 |
of/sparc: remove include of linux/of_platform.h from asm/of_platform.h
Now that we have removed all inclusions of asm/of_platform.h, this
compatability include can be removed.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/of_platform.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/of_platform.h b/arch/sparc/include/asm/of_platform.h index 93a262c..2348ab9 100644 --- a/arch/sparc/include/asm/of_platform.h +++ b/arch/sparc/include/asm/of_platform.h @@ -13,9 +13,6 @@ * */ -/* This is just here during the transition */ -#include <linux/of_platform.h> - extern struct bus_type ebus_bus_type; extern struct bus_type sbus_bus_type; |