projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2cec1
)
ehea: add MODULE_DEVICE_TABLE
author
Jan-Bernd Themann
<ossthema@de.ibm.com>
Thu, 3 Jul 2008 14:18:48 +0000
(15:18 +0100)
committer
Jeff 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ehea/ehea_main.c
b/drivers/net/ehea/ehea_main.c
index 489de9ba5fc02e3808e04bc37f4a351dd4af7774..6ebcb221cd5e8923d26927d515f3a5c51e1af10b 100644
(file)
--- a/
drivers/net/ehea/ehea_main.c
+++ b/
drivers/net/ehea/ehea_main.c
@@
-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",