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

Commit ec9bb7dc authored by Grant Likely's avatar Grant Likely Committed by Alex Shi
Browse files

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: default avatarGrant Likely <grant.likely@linaro.org>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
(cherry picked from commit 63ebecc03d2f18411da51a0981bd63818bbd0b54)
Signed-off-by: default avatarAlex Shi <alex.shi@linaro.org>
parent 5ff1fc56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,