Re: [PATCH 13/13] staging: unisys: Allow visorbus to autoload

2015-07-10 Thread Dan Carpenter
On Thu, Jul 09, 2015 at 01:27:53PM -0400, Benjamin Romer wrote: > From: David Kershner > > We inadvertently remove the MODULE_DEVICE_TABLE line for visorbus, > this patch adds it back in. > > Signed-off-by: David Kershner > Signed-off-by: Benjamin Romer Fixes: d5b3f1dccee4 ('staging: unisys:

[PATCH 13/13] staging: unisys: Allow visorbus to autoload

2015-07-09 Thread Benjamin Romer
From: David Kershner We inadvertently remove the MODULE_DEVICE_TABLE line for visorbus, this patch adds it back in. Signed-off-by: David Kershner Signed-off-by: Benjamin Romer --- drivers/staging/unisys/visorbus/visorchipset.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/sta