netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ucc_geth: Fix MODULE_DEVICE_TABLE() duplication
@ 2007-05-22 12:24 Li Yang
  2007-05-24 21:20 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Li Yang @ 2007-05-22 12:24 UTC (permalink / raw)
  To: jeff; +Cc: netdev

Fix MODULE_DEVICE_TABLE() duplication in ucc_geth.c and ucc_geth_mii.c
for ucc_geth to be compiled as module.

Signed-off-by: Li Yang <leoli@freescale.com>
---
 drivers/net/ucc_geth_mii.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c
index f96966d..7bcb82f 100644
--- a/drivers/net/ucc_geth_mii.c
+++ b/drivers/net/ucc_geth_mii.c
@@ -260,8 +260,6 @@ static struct of_device_id uec_mdio_match[] = {
 	{},
 };
 
-MODULE_DEVICE_TABLE(of, uec_mdio_match);
-
 static struct of_platform_driver uec_mdio_driver = {
 	.name	= DRV_NAME,
 	.probe	= uec_mdio_probe,


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-24 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 12:24 [PATCH 1/2] ucc_geth: Fix MODULE_DEVICE_TABLE() duplication Li Yang
2007-05-24 21:20 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).