From: Jon Frisch
This patch removes the unused struct putfile_buffer_entry.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorchipset.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c
b
From: Bryan Thompson
Remove unnecessary channel.h include from visorinput.c.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorinput/visorinput.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys
From: Erik Arfvidson
This removes three unused pound defines in the visorchipset.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorchipset.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/unisys/visorbus
vbusdeviceinfo.h was only used by vbuschannel.h so merge them
together.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/vbuschannel.h | 212 ++-
drivers/staging/unisys/visorbus/vbusdeviceinfo.h | 234 -
drivers
From: Erik Arfvidson
It is pointless to have a dedicated include for another
include. So I merged them together.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/include/diagchannel.h | 38 ---
drivers
staging: unisys: visorinput: Remove ultrainputreport.h include
David Binder (2):
staging: unisys: visorbus: Convert visorchipset.h refs
staging: unisys: visorbus: Merge channel_guid.h with channel.h
David Kershner (9):
staging: unisys: visorbus: Merge controlvm completion status to
visorbus_main.c does not need to include vbuschannel.h.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c
b/drivers/staging/unisys/visorbus
From: Jon Frisch
This patch removes the following lists that were never used:
LIST_HEAD(bus_info_list)
LIST_HEAD(dev_info_list)
LIST_HEAD(putfile_request_list)
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorchipset.c | 10 --
1 file
Merge guestlinuxdebug into vmcallinterface.h since it is dependent on it
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/guestlinuxdebug.h | 180 --
drivers/staging/unisys/visorbus/visorbus_main.c | 1 -
drivers/staging/unisys
From: Erik Arfvidson
This removes two unused pound defines in the visorbus_main.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorbus_main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/unisys/visorbus
iovmcall_gnuc was only being referenced by vmcallinterface, so merge
them together.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/iovmcall_gnuc.h | 48 ---
drivers/staging/unisys/visorbus/vmcallinterface.h | 35
Visorchannel does not need to include visorbus_private.h; all it was
using it for was function prototypes. A simple reorder causes it to
no longer need to include it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchannel.c | 245
From: Jon Frisch
This patch removes the following lists that were never used:
LIST_HEAD(bus_info_list)
LIST_HEAD(dev_info_list)
LIST_HEAD(putfile_request_list)
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus
From: Erik Arfvidson
This removes two unused pound defines in the visorbus_main.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorbus_main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a
From: Jon Frisch
This patch removes the unused struct putfile_buffer_entry.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/staging
: Move vbushelper.h contents to visorbus_private.h
staging: unisys: visorinput: Update visorinput.c includes
staging: unisys: visorinput: Remove ultrainputreport.h include
David Binder (2):
staging: unisys: visorbus: Convert visorchipset.h refs
staging: unisys: visorbus: Merge channel_guid.h
Guestlinuxdebug.h is only used by visorbus, move the include file
into its directory instead of the global one.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/{include => visorbus}/guestlinuxdebug.h | 0
1 file changed
vbusdeviceinfo.h was only used by vbuschannel.h so merge them
together.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/vbuschannel.h | 212 ++-
drivers/staging/unisys/visorbus/vbusdeviceinfo.h
Visorchannel does not need to include visorbus_private.h; all it was
using it for was function prototypes. A simple reorder causes it to
no longer need to include it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus
From: Bryan Thompson
The contents of vbushelper.h are now only used by visorbus, so it no longer
needs to be a general include file and it can be incorporated in the
visorbus private header.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg
From: Bryan Thompson
Stop ultrainputreport.h from including itself.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorinput/ultrainputreport.h | 2 --
1 file changed, 2 deletions(-)
diff --git
From: David Binder
visorbus_private.h was previously named visorchipset.h. This patch removes
references to the old filename, and updates them with the new filename.
Signed-off-by: David Binder
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers
Merge guestlinuxdebug into vmcallinterface.h since it is dependent on it
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/guestlinuxdebug.h | 180 --
drivers/staging/unisys/visorbus/visorbus_main.c
From: Bryan Thompson
Remove unnecessary channel.h include from visorinput.c.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorinput/visorinput.c | 1 -
1 file changed, 1 deletion(-)
diff --git
From: Jon Frisch
This patch removes the unused
struct controlvm_message_packet g_devicechangestate_packet.
The struct is set but never called.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 2 --
1
From: Erik Arfvidson
It is pointless to have a dedicated include for another
include. So I merged them together.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/include/diagchannel.h | 38
From: David Binder
Merges the contents of channel_guid.h with channel.h, as the former was
not a proper header file. Therefore, the channel_guid.h is no longer
needed.
Signed-off-by: David Binder
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
From: Erik Arfvidson
This removes two unused pound defines in the visornic_main.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visornic/visornic_main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a
visorbus_main.c does not need to include vbuschannel.h.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorbus_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c
b
iovmcall_gnuc was only being referenced by vmcallinterface, so merge
them together.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/iovmcall_gnuc.h | 48 ---
drivers/staging/unisys/visorbus
Cleaned up include section of files so that they only
include the files needed by them. If an include file includes
the file already don't repeat it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorbus_main.
The completion status are valid only for the controlvm channel
so they should be moved into its header file.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/controlvmchannel.h | 76
.../unisys/visorbus
The check for GNUC is redundant and is not needed for vmcallinterface.h.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/vmcallinterface.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys
From: Erik Arfvidson
This removes three unused pound defines in the visorchipset.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a
.
Bryan Thompson (3):
staging: unisys: Move vbushelper.h contents to visorbus_private.h
staging: unisys: visorinput: Update visorinput.c includes
staging: unisys: visorinput: Remove ultrainputreport.h include
David Binder (2):
staging: unisys: visorbus: Convert visorchipset.h refs
staging
From: Erik Arfvidson
This removes two unused pound defines in the visornic_main.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visornic/visornic_main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/visornic
From: Erik Arfvidson
This removes three unused pound defines in the visorchipset.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a
From: Erik Arfvidson
This removes two unused pound defines in the visorbus_main.c
file.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorbus_main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/unisys/visorbus
From: Jon Frisch
This patch removes the following lists that were never used:
LIST_HEAD(bus_info_list)
LIST_HEAD(dev_info_list)
LIST_HEAD(putfile_request_list)
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus
From: Jon Frisch
This patch removes the unused
struct controlvm_message_packet g_devicechangestate_packet.
The struct is set but never called.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 2 --
1
From: Erik Arfvidson
It is pointless to have a dedicated include for another
include. So I merged them together.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/include/diagchannel.h | 38
vbusdeviceinfo.h was only used by vbuschannel.h so merge them
together.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/vbuschannel.h | 212 ++-
drivers/staging/unisys/visorbus/vbusdeviceinfo.h
The completion status are valid only for the controlvm channel
so they should be moved into its header file.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/controlvmchannel.h | 76
.../unisys/visorbus
From: Bryan Thompson
Stop ultrainputreport.h from including itself.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorinput/ultrainputreport.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys
From: David Binder
visorbus_private.h was previously named visorchipset.h. This patch removes
references to the old filename, and updates them with the new filename.
Signed-off-by: David Binder
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus
From: Bryan Thompson
Remove unnecessary channel.h include from visorinput.c.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorinput/visorinput.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys
From: Jon Frisch
This patch removes the unused struct putfile_buffer_entry.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/staging
Visorchannel does not need to include visorbus_private.h; all it was
using it for was function prototypes. A simple reorder causes it to
no longer need to include it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchannel.c | 245
iovmcall_gnuc was only being referenced by vmcallinterface, so merge
them together.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/iovmcall_gnuc.h | 48 ---
drivers/staging/unisys/visorbus
From: David Binder
Merges the contents of channel_guid.h with channel.h, as the former was
not a proper header file. Therefore, the channel_guid.h is no longer
needed.
Signed-off-by: David Binder
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
From: Bryan Thompson
The contents of vbushelper.h are now only used by visorbus, so it no longer
needs to be a general include file and it can be incorporated in the
visorbus private header.
Signed-off-by: Bryan Thompson
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg
Guestlinuxdebug.h is only used by visorbus, move the include file
into its directory instead of the global one.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/{include => visorbus}/guestlinuxdebug.h | 0
1 file changed
visorbus_main.c does not need to include vbuschannel.h.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c
b/drivers/staging/unisys/visorbus
Cleaned up include section of files so that they only
include the files needed by them. If an include file includes
the file already don't repeat it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.
The check for GNUC is redundant and is not needed for vmcallinterface.h.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/vmcallinterface.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/vmcallinterface.h
b/drivers
Merge guestlinuxdebug into vmcallinterface.h since it is dependent on it
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/guestlinuxdebug.h | 180 --
drivers/staging/unisys/visorbus/visorbus_main.c
This patchset removes unused crud from the visorbus driver, which includes
shuffling a lot of code around so function prototypes could be deleted.
David Kershner (18):
staging: unisys: visorbus: reorder controlvm_periodic_work
staging: unisys: visorbus: move handle_command
staging: unisys
From: Jon Frisch
This patch removes the unused long long bus_count.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorbus_main.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c
b/drivers
From: Jon Frisch
This patch removes the unused u32 dump_vhba_bus.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers
The function read_controlvm_event needs to be moved lower in the file
to avoid extraneous function prototypes.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 42 +-
1 file changed
Handle_command gets moved lower in the file to avoid the need for
extraneous function prototypes.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 230 -
1 file changed, 115
From: Jon Frisch
This patch moves the unsigned long controlvm_payload_bytes_buffered
from the module parameters location to a more appropriate location
below the controlvm_payload_info.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers
From: Jon Frisch
This patch removes the unused module parameter
visorchipset_visorbusregwait
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
Reported-by: Greg Kroah-Hartman
---
drivers/staging/unisys/visorbus/visorchipset.c | 4
1 file changed, 4 deletions(-)
diff --git a
Move controlvm_periodic_work lower in the file to avoid having
to create function prototypes.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 134 -
1 file changed, 67 insertions
Move the struct visorbus_type down in the file to get rid of
the function prototypes visorbus_uevent and visorbus_match.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 26 -
1
Remove the unneeded controlvm_respond_chipset_init prototype by
moving the functions controlvm_init_response and
controlvm_respond_chipset_init up in the file.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus
The toolchain functions show and store needed to be moved so the prototypes
were no longer needed.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 64 --
1 file changed, 29
The function parahotplug_process_list needs to be moved lower in the file
to avoid extraneous function prototypes.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 63 +-
1 file
Move the boottotool show and store functions so the function
prototypes can be removed.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 72 --
1 file changed, 33 insertions(+), 39
Move the show and store functions for the error DEV_ATTR_RW so that the
function prototypes can be removed.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 61 --
1 file changed
Remove the unneeded prototype for controlvm_respond.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c
b
The textid store and show functions were moved to allow us to remove
the function prototypes.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 63 --
1 file changed, 29 insertions
Move the deviceenabled/devicedisabled store functions so that
function prototypes can be removed.
This caused us to move several of the structures farther
down in the file as well.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys
Moving the remaining_steps functions allows us to get rid of an unneeded
prototype.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 62 --
1 file changed, 28 insertions(+), 34
Remove the unneeded prototype declaration for function
controlvm_respond_physdev_changestate.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 4
1 file changed, 4 deletions(-)
diff --git a/drivers
The function parser_init_byte_stream needs to be moved lower in the file to
avoid extraneous function prototypes.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 116 -
1 file
parahotplug_request_list and parahotplug_request_list_lock should be
defined closer to where we are actually using them.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 6 +++---
1 file changed, 3
Move the visordriver_probe_device and visorbus_register_visor_driver
functions lower in the file to get rid of the function prototype
fix_vbus_dev_info.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 256
1
Remove the unneeded prototype parser_done.
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorbus/visorchipset.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c
b/drivers
Remove unneeded prototypes from visornic_main.c
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visornic/visornic_main.c | 41 ++---
1 file changed, 17 insertions(+), 24 deletions(-)
diff --git a/drivers/staging/unisys/visornic
Remove visornic_poll prototype, because it is not needed.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visornic/visornic_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys/visornic/visornic_main.c
b/drivers/staging/unisys
Remove poll_for_irq prototype not needed.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visornic/visornic_main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/visornic/visornic_main.c
b/drivers/staging/unisys/visornic
Remove visornic debugfs prototypes, they are not needed.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visornic/visornic_main.c | 23 +--
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/unisys/visornic
This patchset removes unneeded prototypes from the visornic driver. Some code
was shuffled around to avoid needing the prototypes.
David Kershner (4):
staging: unisys: visornic: remove prototypes
staging: unisys: visornic: remove visornic debugfs protoyptes
staging: unisys: visornic: remove
Remove not needed prototypes in visorhba.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/visorhba/visorhba_main.c | 50 +++--
1 file changed, 21 insertions(+), 29 deletions(-)
diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c
b
The function spar_channel_client_acquire_os is not being used so
remove it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/include/channel.h | 104 ---
1 file changed, 104 deletions(-)
diff --git a/drivers/staging/unisys/include
The function pathname_last_n_nodes is not used, get rid of it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/include/channel.h | 32
1 file changed, 32 deletions(-)
diff --git a/drivers/staging/unisys/include/channel.h
b
The function spar_channel_client_release_os is not being
used so remove it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/include/channel.h | 22 --
1 file changed, 22 deletions(-)
diff --git a/drivers/staging/unisys/include/channel.h
b
The inline ULTRA_CHANNELCLI_STRING is not being used so remove it.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
drivers/staging/unisys/include/channel.h | 22 --
1 file changed, 22 deletions(-)
diff --git a/drivers/staging/unisys/include/channel.h
b/drivers
This patchset removes unused function from the include directories.
David Kershner (4):
staging: unisys: include: remove unused function pathname_last_n_nodes
staging: unisys: include: remove unused spar_channel_client_acquire_os
staging: unisys: include: remove unused
From: David Binder
Per Documentation/CodingStyle, function names that convey an action or an
imperative command should return an integer. This commit converts the
visorbus API function, visorchannel_signalremove(), to returning integer
values. All uses of this function are updated accordingly
addressed in another
series that overhauls error handling for the driver.
David Binder (3):
staging: unisys: visorbus: Change support functions to integer return
vals
staging: unisys: visorbus: Convert visorchannel_signalremove() return
val
staging: unisys: visorbus: Convert
From: David Binder
Per Documentation/CodingStyle, function names that convey an action or an
imperative command should return an integer value. This commit changes
several functions and a macro, internal to visorchannel.c, to follow this
paradigm. These changes will be necessary later on to
From: David Binder
Per Documentation/CodingStyle, function names that convey an action or an
imperative command should return an integer. This commit converts the
visorbus API function, visorchannel_signalinsert(), to returning integer
values. All uses of this function are updated accordingly
From: Jon Frisch
This patch removes the driver version and the version.h include
from visorinput.c
Signed-off-by: Jon Frisch
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorinput/visorinput.c | 2 --
1 file changed, 2 deletions(-)
diff --git a
attributes which only contained the driver
version. The utsname function is used to replace the driver version
with the kernel version in bus_device_info_init().
Signed-off-by: Jon Frisch
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
---
drivers/staging/unisys/include/visorbus.h
From: Jon Frisch
This patch removes version.h and the last version.h
include in visorchannel.c.
Signed-off-by: Jon Frisch
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
---
drivers/staging/unisys/include/version.h | 45 --
drivers/staging/unisys
From: Jon Frisch
This patch removes the driver version from visornic_main.c
Signed-off-by: Jon Frisch
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
---
drivers/staging/unisys/visornic/visornic_main.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a
From: Jon Frisch
This patch ensures that consistent verbiage is used in the
MODULE_DESCRIPTION text (reported by 'modinfo') for all of
the Unisys s-Par drivers.
Signed-off-by: Jon Frisch
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorchipset.c | 2 +-
drive
From: Jon Frisch
This patch removes the driver version and the version.h include
from visorchipset.c
Signed-off-by: Jon Frisch
Reported-by: Greg Kroah-Hartman
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorchipset.c | 5 +
1 file changed, 1 insertion(+), 4
1201 - 1300 of 1851 matches
Mail list logo