diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-12-05 01:29:12 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-05 01:34:37 +0100 |
commit | d8594d639135b500bf6010f981ea854092d54030 (patch) | |
tree | c48bf9d482bfc970bd5c741cd67fa586f60a0b43 /arch/powerpc/kernel/of_device.c | |
parent | [POWERPC] Remove obsolete PPC_52xx and update CLASSIC32 comment (diff) | |
download | linux-d8594d639135b500bf6010f981ea854092d54030.tar.xz linux-d8594d639135b500bf6010f981ea854092d54030.zip |
[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/of_device.c')
-rw-r--r-- | arch/powerpc/kernel/of_device.c | 1 |
1 files changed, 1 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) } +EXPORT_SYMBOL(of_match_node); EXPORT_SYMBOL(of_match_device); EXPORT_SYMBOL(of_device_register); EXPORT_SYMBOL(of_device_unregister); |