]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/ibm_newemac/core.c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[karo-tx-linux.git] / drivers / net / ibm_newemac / core.c
index c5d92ec176d07b468d821bb4854f80a69923c72f..af117c626e7397ec51c75c52be3d5b45ca6a8287 100644 (file)
@@ -24,6 +24,7 @@
  *
  */
 
+#include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/string.h>
 #include <linux/errno.h>
@@ -2990,6 +2991,7 @@ static struct of_device_id emac_match[] =
        },
        {},
 };
+MODULE_DEVICE_TABLE(of, emac_match);
 
 static struct of_platform_driver emac_driver = {
        .name = "emac",