mirror of https://gitee.com/openkylin/linux.git
staging: unisys: Allow visorbus to autoload
We inadvertently remove the MODULE_DEVICE_TABLE line for visorbus,
this patch adds it back in.
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Fixes: d5b3f1dcce
('staging: unisys: move timskmod.h functionality')
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8d0119d8e8
commit
1fc07f9913
|
@ -2382,6 +2382,9 @@ static struct acpi_driver unisys_acpi_driver = {
|
|||
.remove = visorchipset_exit,
|
||||
},
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(acpi, unisys_device_ids);
|
||||
|
||||
static __init uint32_t visorutil_spar_detect(void)
|
||||
{
|
||||
unsigned int eax, ebx, ecx, edx;
|
||||
|
|
Loading…
Reference in New Issue