diff options
Diffstat (limited to 'arch/arm/mach-orion5x/common.h')
-rw-r--r-- | arch/arm/mach-orion5x/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/common.h b/arch/arm/mach-orion5x/common.h index f565f9944af2..175ec4ca8df6 100644 --- a/arch/arm/mach-orion5x/common.h +++ b/arch/arm/mach-orion5x/common.h | |||
@@ -71,9 +71,8 @@ void edmini_v2_init(void); | |||
71 | static inline void edmini_v2_init(void) {}; | 71 | static inline void edmini_v2_init(void) {}; |
72 | #endif | 72 | #endif |
73 | 73 | ||
74 | struct meminfo; | ||
75 | struct tag; | 74 | struct tag; |
76 | extern void __init tag_fixup_mem32(struct tag *, char **, struct meminfo *); | 75 | extern void __init tag_fixup_mem32(struct tag *, char **); |
77 | 76 | ||
78 | /***************************************************************************** | 77 | /***************************************************************************** |
79 | * Helpers to access Orion registers | 78 | * Helpers to access Orion registers |