]> git.neil.brown.name Git - history.git/commitdiff
[ARM] Add missing exports for Integrator logic module drivers.
authorRussell King <rmk@flint.arm.linux.org.uk>
Sat, 11 Oct 2003 00:06:33 +0000 (01:06 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 11 Oct 2003 00:06:33 +0000 (01:06 +0100)
This adds a couple of missing symbol exports for
lm_driver_register and lm_driver_unregister.

arch/arm/mach-integrator/lm.c

index 86051e509cfd4110fb82b9efa27f34711ea3f83e..c5f19d160598694c32a165b3611bf0e6e7e670c5 100644 (file)
@@ -7,6 +7,7 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/device.h>
 
@@ -90,3 +91,6 @@ int lm_device_register(struct lm_device *dev)
        }
        return ret;
 }
+
+EXPORT_SYMBOL(lm_driver_register);
+EXPORT_SYMBOL(lm_driver_unregister);