stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch "staging: unisys: Allow visorbus to autoload" has been added to the 4.2-stable tree
@ 2015-09-16  0:30 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-09-16  0:30 UTC (permalink / raw)
  To: david.kershner, benjamin.romer, gregkh; +Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    staging: unisys: Allow visorbus to autoload

to the 4.2-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     staging-unisys-allow-visorbus-to-autoload.patch
and it can be found in the queue-4.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From 1fc07f99134ba0b8d4099322ea0753137ea7ed3b Mon Sep 17 00:00:00 2001
From: David Kershner <david.kershner@unisys.com>
Date: Thu, 9 Jul 2015 13:27:53 -0400
Subject: staging: unisys: Allow visorbus to autoload

From: David Kershner <david.kershner@unisys.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@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Fixes: d5b3f1dccee4 ('staging: unisys: move timskmod.h functionality')
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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;


Patches currently in stable-queue which might be from david.kershner@unisys.com are

queue-4.2/staging-unisys-allow-visorbus-to-autoload.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-16  0:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16  0:30 Patch "staging: unisys: Allow visorbus to autoload" has been added to the 4.2-stable tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).