diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-11-27 23:57:22 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-11-27 23:57:22 +0000 |
commit | 63ebecc03d2f18411da51a0981bd63818bbd0b54 (patch) | |
tree | 40f18253610d284bac8e87d68a27fa8688ee4280 /drivers/of | |
parent | a81a6c654bbe129af529d11b4763367af90d1152 (diff) | |
download | op-kernel-dev-63ebecc03d2f18411da51a0981bd63818bbd0b54.zip op-kernel-dev-63ebecc03d2f18411da51a0981bd63818bbd0b54.tar.gz |
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 <grant.likely@linaro.org>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/unittest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/unittest.c b/drivers/of/unittest.c index cc0c5ec..7a7ae07 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, |