[POWERPC] Add missing EXPORTS for mpc52xx support

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Grant Likely
2006-12-04 17:29:12 -07:00
committed by Paul Mackerras
parent 650f3289f4
commit d8594d6391
2 changed files with 3 additions and 0 deletions

View File

@ -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);