summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorShile Zhang <shile.zhang@linux.alibaba.com>2021-02-18 20:31:16 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-17 17:03:52 +0100
commit9009b59dfd5fe7e1cfdd9c6d07a3d23563f11a81 (patch)
tree86ae2fd9dfe891b2e4c520950ee32c1cb72bf875 /drivers/misc
parent0a58a400a93b7af9c8e6ab9f31bc72af786ab648 (diff)
misc/pvpanic: Export module FDT device table
commit 65527a51c66f4edfa28602643d7dd4fa366eb826 upstream. Export the module FDT device table to ensure the FDT compatible strings are listed in the module alias. This help the pvpanic driver can be loaded on boot automatically not only the ACPI device, but also the FDT device. Fixes: 46f934c9a12fc ("misc/pvpanic: add support to get pvpanic device info FDT") Signed-off-by: Shile Zhang <shile.zhang@linux.alibaba.com> Link: https://lore.kernel.org/r/20210218123116.207751-1-shile.zhang@linux.alibaba.com Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/pvpanic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/pvpanic.c b/drivers/misc/pvpanic.c
index 95ff7c5a1dfb..0a5e5b841aeb 100644
--- a/drivers/misc/pvpanic.c
+++ b/drivers/misc/pvpanic.c
@@ -166,6 +166,7 @@ static const struct of_device_id pvpanic_mmio_match[] = {
{ .compatible = "qemu,pvpanic-mmio", },
{}
};
+MODULE_DEVICE_TABLE(of, pvpanic_mmio_match);
static struct platform_driver pvpanic_mmio_driver = {
.driver = {