mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36219
This commit is contained in:
parent
68c931c637
commit
585d19d168
@ -1739,7 +1739,7 @@ static const struct of_device_id rtl8367_match[] = {
|
|||||||
{ .compatible = "realtek,rtl8367" },
|
{ .compatible = "realtek,rtl8367" },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, rtl83767_match);
|
MODULE_DEVICE_TABLE(of, rtl8367_match);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct platform_driver rtl8367_driver = {
|
static struct platform_driver rtl8367_driver = {
|
||||||
|
Loading…
Reference in New Issue
Block a user