aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/44x.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/44x.h')
-rw-r--r--arch/powerpc/boot/44x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/44x.h b/arch/powerpc/boot/44x.h
index ad33dcc95ae5..02563443788a 100644
--- a/arch/powerpc/boot/44x.h
+++ b/arch/powerpc/boot/44x.h
@@ -11,6 +11,6 @@
11#define _PPC_BOOT_44X_H_ 11#define _PPC_BOOT_44X_H_
12 12
13void ebony_init(void *mac0, void *mac1); 13void ebony_init(void *mac0, void *mac1);
14void bamboo_init(void); 14void bamboo_init(void *mac0, void *mac1);
15 15
16#endif /* _PPC_BOOT_44X_H_ */ 16#endif /* _PPC_BOOT_44X_H_ */