Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bc8d39a authored by Li Yang's avatar Li Yang Committed by Jeff Garzik
Browse files

ucc_geth: Fix MODULE_DEVICE_TABLE() duplication



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: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent c71cd019
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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,