diff options
Diffstat (limited to 'arch/ppc/platforms/pmac_feature.c')
-rw-r--r-- | arch/ppc/platforms/pmac_feature.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/platforms/pmac_feature.c b/arch/ppc/platforms/pmac_feature.c index 24b42fd9e014..46cbf36722db 100644 --- a/arch/ppc/platforms/pmac_feature.c +++ b/arch/ppc/platforms/pmac_feature.c | |||
@@ -74,8 +74,7 @@ static DEFINE_SPINLOCK(feature_lock __pmacdata); | |||
74 | */ | 74 | */ |
75 | struct macio_chip macio_chips[MAX_MACIO_CHIPS] __pmacdata; | 75 | struct macio_chip macio_chips[MAX_MACIO_CHIPS] __pmacdata; |
76 | 76 | ||
77 | struct macio_chip* __pmac | 77 | struct macio_chip* __pmac macio_find(struct device_node* child, int type) |
78 | macio_find(struct device_node* child, int type) | ||
79 | { | 78 | { |
80 | while(child) { | 79 | while(child) { |
81 | int i; | 80 | int i; |
@@ -88,6 +87,7 @@ macio_find(struct device_node* child, int type) | |||
88 | } | 87 | } |
89 | return NULL; | 88 | return NULL; |
90 | } | 89 | } |
90 | EXPORT_SYMBOL_GPL(macio_find); | ||
91 | 91 | ||
92 | static const char* macio_names[] __pmacdata = | 92 | static const char* macio_names[] __pmacdata = |
93 | { | 93 | { |