diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /arch/powerpc/platforms/85xx | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_ads.h | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_cds.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_ads.h b/arch/powerpc/platforms/85xx/mpc85xx_ads.h index effcbf78f851..46c3532992aa 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_ads.h +++ b/arch/powerpc/platforms/85xx/mpc85xx_ads.h | |||
@@ -18,7 +18,6 @@ | |||
18 | #ifndef __MACH_MPC85XXADS_H | 18 | #ifndef __MACH_MPC85XXADS_H |
19 | #define __MACH_MPC85XXADS_H | 19 | #define __MACH_MPC85XXADS_H |
20 | 20 | ||
21 | #include <linux/config.h> | ||
22 | #include <linux/initrd.h> | 21 | #include <linux/initrd.h> |
23 | #include <sysdev/fsl_soc.h> | 22 | #include <sysdev/fsl_soc.h> |
24 | 23 | ||
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_cds.c b/arch/powerpc/platforms/85xx/mpc85xx_cds.c index 4c1fede6470e..193a5d7921b5 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_cds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_cds.c | |||
@@ -11,7 +11,6 @@ | |||
11 | * option) any later version. | 11 | * option) any later version. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/config.h> | ||
15 | #include <linux/stddef.h> | 14 | #include <linux/stddef.h> |
16 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
17 | #include <linux/init.h> | 16 | #include <linux/init.h> |