Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
drivers/of/unittest.c
··· 965 965 { .compatible = "selftest", }, 966 966 {}, 967 967 }; 968 - MODULE_DEVICE_TABLE(of, altera_jtaguart_match); 969 968 970 969 static struct platform_driver selftest_driver = { 971 970 .probe = selftest_probe,