aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2006-12-04 17:29:12 -0700
committerPaul Mackerras <paulus@samba.org>2006-12-05 11:34:37 +1100
commitd8594d639135b500bf6010f981ea854092d54030 (patch)
treec48bf9d482bfc970bd5c741cd67fa586f60a0b43 /arch/powerpc/kernel
parent650f3289f40e9c2789ecb22683d140a05448f71b (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>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/of_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/of_device.c b/arch/powerpc/kernel/of_device.c
index 5c653986afa..8a06724e029 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)
}
+EXPORT_SYMBOL(of_match_node);
EXPORT_SYMBOL(of_match_device);
EXPORT_SYMBOL(of_device_register);
EXPORT_SYMBOL(of_device_unregister);