]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/meilhaus/me8100_device.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / staging / meilhaus / me8100_device.c
index 1fb79e49026157ca0cebacb710a30636ab121230..41a9345cee5d581e4dbd1d2a89578d40c0d6f594 100644 (file)
@@ -159,6 +159,7 @@ me_device_t *me8100_pci_constructor(struct pci_dev *pci_device)
 
        return (me_device_t *) me8100_device;
 }
+EXPORT_SYMBOL(me8100_pci_constructor);
 
 // Init and exit of module.
 
@@ -182,6 +183,3 @@ MODULE_AUTHOR("Guenter Gebhardt <g.gebhardt@meilhaus.de>");
 MODULE_DESCRIPTION("Device Driver Module for Template Device");
 MODULE_SUPPORTED_DEVICE("Meilhaus Template Devices");
 MODULE_LICENSE("GPL");
-
-// Export the constructor.
-EXPORT_SYMBOL(me8100_pci_constructor);