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:
committed by
Greg Kroah-Hartman
parent
8d0119d8e8
commit
1fc07f9913
@@ -2382,6 +2382,9 @@ static struct acpi_driver unisys_acpi_driver = {
|
|||||||
.remove = visorchipset_exit,
|
.remove = visorchipset_exit,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MODULE_DEVICE_TABLE(acpi, unisys_device_ids);
|
||||||
|
|
||||||
static __init uint32_t visorutil_spar_detect(void)
|
static __init uint32_t visorutil_spar_detect(void)
|
||||||
{
|
{
|
||||||
unsigned int eax, ebx, ecx, edx;
|
unsigned int eax, ebx, ecx, edx;
|
||||||
|
|||||||
Reference in New Issue
Block a user