net/fsl_pq_mdio: add module license GPL
authorSebastian Siewior <bigeasy@linutronix.de>
Fri, 6 Nov 2009 08:50:28 +0000 (08:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Nov 2009 08:49:04 +0000 (00:49 -0800)
or it will taint the kernel and fail to load becuase
of_address_to_resource() is GPL only.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fsl_pq_mdio.c

index 6ac4648..efbf676 100644 (file)
@@ -427,3 +427,4 @@ void fsl_pq_mdio_exit(void)
        of_unregister_platform_driver(&fsl_pq_mdio_driver);
 }
 module_exit(fsl_pq_mdio_exit);
+MODULE_LICENSE("GPL");