[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150919171715.121547114@linuxfoundation.org>
Date: Sat, 19 Sep 2015 10:27:52 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, David Kershner <david.kershner@...sys.com>,
Benjamin Romer <benjamin.romer@...sys.com>
Subject: [PATCH 4.2 032/120] staging: unisys: Allow visorbus to autoload
4.2-stable review patch. If anyone has any objections, please let me know.
------------------
From: David Kershner <david.kershner@...sys.com>
commit 1fc07f99134ba0b8d4099322ea0753137ea7ed3b upstream.
We inadvertently remove the MODULE_DEVICE_TABLE line for visorbus,
this patch adds it back in.
Signed-off-by: David Kershner <david.kershner@...sys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@...sys.com>
Fixes: d5b3f1dccee4 ('staging: unisys: move timskmod.h functionality')
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/staging/unisys/visorbus/visorchipset.c | 3 +++
1 file changed, 3 insertions(+)
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -2381,6 +2381,9 @@ static struct acpi_driver unisys_acpi_dr
.remove = visorchipset_exit,
},
};
+
+MODULE_DEVICE_TABLE(acpi, unisys_device_ids);
+
static __init uint32_t visorutil_spar_detect(void)
{
unsigned int eax, ebx, ecx, edx;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists