From 63ebecc03d2f18411da51a0981bd63818bbd0b54 Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Thu, 27 Nov 2014 23:57:22 +0000 Subject: of: Remove unneeded and incorrect MODULE_DEVICE_TABLE The unittest code has a MODULE_DEVICE_TABLE that isn't needed by any of the unittests, and isn't even correct. Remove it. Signed-off-by: Grant Likely Cc: Pantelis Antoniou --- drivers/of/unittest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/of/unittest.c') diff --git a/drivers/of/unittest.c b/drivers/of/unittest.c index cc0c5ec5d464..7a7ae07d592f 100644 --- a/drivers/of/unittest.c +++ b/drivers/of/unittest.c @@ -965,7 +965,6 @@ static struct of_device_id selftest_match[] = { { .compatible = "selftest", }, {}, }; -MODULE_DEVICE_TABLE(of, altera_jtaguart_match); static struct platform_driver selftest_driver = { .probe = selftest_probe, -- cgit v1.2.3