diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-12-04 19:29:12 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 19:34:37 -0500 |
commit | d8594d639135b500bf6010f981ea854092d54030 (patch) | |
tree | c48bf9d482bfc970bd5c741cd67fa586f60a0b43 | |
parent | 650f3289f40e9c2789ecb22683d140a05448f71b (diff) |
[POWERPC] Add missing EXPORTS for mpc52xx support
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/kernel/of_device.c | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_common.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/of_device.c b/arch/powerpc/kernel/of_device.c index 5c653986afa4..8a06724e029e 100644 --- a/arch/powerpc/kernel/of_device.c +++ b/arch/powerpc/kernel/of_device.c | |||
@@ -122,6 +122,7 @@ void of_device_unregister(struct of_device *ofdev) | |||
122 | } | 122 | } |
123 | 123 | ||
124 | 124 | ||
125 | EXPORT_SYMBOL(of_match_node); | ||
125 | EXPORT_SYMBOL(of_match_device); | 126 | EXPORT_SYMBOL(of_match_device); |
126 | EXPORT_SYMBOL(of_device_register); | 127 | EXPORT_SYMBOL(of_device_register); |
127 | EXPORT_SYMBOL(of_device_unregister); | 128 | EXPORT_SYMBOL(of_device_unregister); |
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_common.c b/arch/powerpc/platforms/52xx/mpc52xx_common.c index 05b214441275..8331ff457770 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_common.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_common.c | |||
@@ -43,6 +43,7 @@ mpc52xx_find_and_map(const char *compatible) | |||
43 | 43 | ||
44 | return ioremap((u32)regaddr64, (u32)size64); | 44 | return ioremap((u32)regaddr64, (u32)size64); |
45 | } | 45 | } |
46 | EXPORT_SYMBOL(mpc52xx_find_and_map); | ||
46 | 47 | ||
47 | 48 | ||
48 | /** | 49 | /** |
@@ -72,6 +73,7 @@ mpc52xx_find_ipb_freq(struct device_node *node) | |||
72 | 73 | ||
73 | return p_ipb_freq ? *p_ipb_freq : 0; | 74 | return p_ipb_freq ? *p_ipb_freq : 0; |
74 | } | 75 | } |
76 | EXPORT_SYMBOL(mpc52xx_find_ipb_freq); | ||
75 | 77 | ||
76 | 78 | ||
77 | void __init | 79 | void __init |