]> git.baikalelectronics.ru Git - kernel.git/commit
misc/pvpanic: Export module FDT device table
authorShile Zhang <shile.zhang@linux.alibaba.com>
Thu, 18 Feb 2021 12:31:16 +0000 (20:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 16:07:58 +0000 (17:07 +0100)
commit70a680cdb889ec65da7165abae1ec3130fff31d4
tree2786681a53230ec6b7f0d54a09025b3de03ff1c4
parent3a9107cc6bca68b6e3d34f7234bd3c2d1c6d07b4
misc/pvpanic: Export module FDT device table

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: 7099f00555009 ("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>
drivers/misc/pvpanic.c