From: Benjamin Romer Date: Tue, 30 Sep 2014 16:07:50 +0000 (-0400) Subject: staging: unisys: remove timskmodutils.h X-Git-Tag: fixes-for-v3.18-merge-window~15^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f3b1f2a0f6083e633e1c8269765014cb5e7296;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed