]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ehea: add MODULE_DEVICE_TABLE
authorJan-Bernd Themann <ossthema@de.ibm.com>
Thu, 3 Jul 2008 14:18:48 +0000 (15:18 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:10:07 +0000 (08:10 -0400)
Required to allow distros to easily detect when ehea
module needs to be loaded

Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/ehea/ehea_main.c

index 489de9ba5fc02e3808e04bc37f4a351dd4af7774..6ebcb221cd5e8923d26927d515f3a5c51e1af10b 100644 (file)
@@ -118,6 +118,7 @@ static struct of_device_id ehea_device_table[] = {
        },
        {},
 };
+MODULE_DEVICE_TABLE(of, ehea_device_table);
 
 static struct of_platform_driver ehea_driver = {
        .name = "ehea",