staging: unisys: remove timskmodutils.h
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:07:50 +0000 (12:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:42:30 +0000 (09:42 -0700)
commite3f3b1f2a0f6083e633e1c8269765014cb5e7296
tree7171e5ac4b7e80933aea27d32e0ee14f406198c1
parent69ee73aab046e6eb1708a02bc5cfe12346494ff0
staging: unisys: remove timskmodutils.h

Remove the entire timskmodutils.h file as it had a lot of checkpatch.pl
strict warnings and checks, and nearly all of the functions were not used
anywhere.

The unisys_spar_platform variable was moved to timskmod.h. References to the
removed timskmodutils.h were switched to timskmod.h instead. The unused
visor_seq_file_new_buffer() and visor_seq_file_done_buffer() functions defined
in timskmodutils.h were implemented in visorkmodutils.c, so these were removed
as well.

This patch will generate a warning about updating MAINTAINERS, but there does
not seem to be any need for that.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/channels/chanstub.c
drivers/staging/unisys/include/timskmod.h
drivers/staging/unisys/include/timskmodutils.h [deleted file]
drivers/staging/unisys/virtpci/virtpci.c
drivers/staging/unisys/visorutil/visorkmodutils.c
This page took 0.058202 seconds and 5 git commands to generate.