mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-18 21:05:26 +00:00
kernel: rtl8367b: drop redundant compatible
Remove the compatible without vendor prefix. It is formal wrong and not used in the tree. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
c4aadbdaf6
commit
f9e7f19334
@ -1585,7 +1585,6 @@ static void rtl8367b_shutdown(struct platform_device *pdev)
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id rtl8367b_match[] = {
|
||||
{ .compatible = "realtek,rtl8367b" },
|
||||
{ .compatible = "rtl8367b" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rtl8367b_match);
|
||||
|
Loading…
Reference in New Issue
Block a user