Skip to content

Commit

Permalink
ucc_geth: Fix MODULE_DEVICE_TABLE() duplication
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Li Yang authored and Jeff Garzik committed May 24, 2007
1 parent c71cd01 commit 5bc8d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ucc_geth_mii.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5bc8d39

Please sign in to comment.