diff options
author | Kumar Gala <galak@freescale.com> | 2005-07-27 14:44:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:25:55 -0400 |
commit | d054b5acfe1f68460fe70aff5028ad95a7a38140 (patch) | |
tree | 516e1d017b38702b1f5cb0a712732770b41f7822 /arch/ppc/platforms/85xx | |
parent | 694e50db5d75f4c29011d7d15e069a95aded8af1 (diff) |
[PATCH] ppc32: Add proper prototype for cpm2_reset()
Added a proper prototype for cpm2_reset() which gets rid of a build
warning.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/85xx')
-rw-r--r-- | arch/ppc/platforms/85xx/mpc8560_ads.c | 1 | ||||
-rw-r--r-- | arch/ppc/platforms/85xx/mpc85xx_cds_common.c | 2 | ||||
-rw-r--r-- | arch/ppc/platforms/85xx/stx_gp3.c | 3 |
3 files changed, 2 insertions, 4 deletions
diff --git a/arch/ppc/platforms/85xx/mpc8560_ads.c b/arch/ppc/platforms/85xx/mpc8560_ads.c index e18380258b68..f2748c88665a 100644 --- a/arch/ppc/platforms/85xx/mpc8560_ads.c +++ b/arch/ppc/platforms/85xx/mpc8560_ads.c | |||
@@ -56,7 +56,6 @@ | |||
56 | #include <syslib/ppc85xx_common.h> | 56 | #include <syslib/ppc85xx_common.h> |
57 | #include <syslib/ppc85xx_setup.h> | 57 | #include <syslib/ppc85xx_setup.h> |
58 | 58 | ||
59 | extern void cpm2_reset(void); | ||
60 | 59 | ||
61 | /* ************************************************************************ | 60 | /* ************************************************************************ |
62 | * | 61 | * |
diff --git a/arch/ppc/platforms/85xx/mpc85xx_cds_common.c b/arch/ppc/platforms/85xx/mpc85xx_cds_common.c index b52c4317fefd..6267b294f704 100644 --- a/arch/ppc/platforms/85xx/mpc85xx_cds_common.c +++ b/arch/ppc/platforms/85xx/mpc85xx_cds_common.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include <asm/mpc85xx.h> | 49 | #include <asm/mpc85xx.h> |
50 | #include <asm/irq.h> | 50 | #include <asm/irq.h> |
51 | #include <asm/immap_85xx.h> | 51 | #include <asm/immap_85xx.h> |
52 | #include <asm/immap_cpm2.h> | 52 | #include <asm/cpm2.h> |
53 | #include <asm/ppc_sys.h> | 53 | #include <asm/ppc_sys.h> |
54 | #include <asm/kgdb.h> | 54 | #include <asm/kgdb.h> |
55 | 55 | ||
diff --git a/arch/ppc/platforms/85xx/stx_gp3.c b/arch/ppc/platforms/85xx/stx_gp3.c index bb41265cfc85..c99b365d6110 100644 --- a/arch/ppc/platforms/85xx/stx_gp3.c +++ b/arch/ppc/platforms/85xx/stx_gp3.c | |||
@@ -52,14 +52,13 @@ | |||
52 | #include <asm/mpc85xx.h> | 52 | #include <asm/mpc85xx.h> |
53 | #include <asm/irq.h> | 53 | #include <asm/irq.h> |
54 | #include <asm/immap_85xx.h> | 54 | #include <asm/immap_85xx.h> |
55 | #include <asm/immap_cpm2.h> | 55 | #include <asm/cpm2.h> |
56 | #include <asm/mpc85xx.h> | 56 | #include <asm/mpc85xx.h> |
57 | #include <asm/ppc_sys.h> | 57 | #include <asm/ppc_sys.h> |
58 | 58 | ||
59 | #include <syslib/cpm2_pic.h> | 59 | #include <syslib/cpm2_pic.h> |
60 | #include <syslib/ppc85xx_common.h> | 60 | #include <syslib/ppc85xx_common.h> |
61 | 61 | ||
62 | extern void cpm2_reset(void); | ||
63 | 62 | ||
64 | unsigned char __res[sizeof(bd_t)]; | 63 | unsigned char __res[sizeof(bd_t)]; |
65 | 64 | ||