diff options
author | David Kershner <david.kershner@unisys.com> | 2016-09-19 17:09:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-20 07:28:17 -0400 |
commit | dd845d3632135c5e17aaadccddda56f849b03201 (patch) | |
tree | 00ab96890e739d8925487b023a49b781e45b5e79 /drivers/staging | |
parent | 612b81c9315c60f3ab921cf87e1740e087a103de (diff) |
staging: unisys: visorbus: remove controlvm_respond_physdev_changestate
Remove the unneeded prototype declaration for function
controlvm_respond_physdev_changestate.
Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index 47504a6a889a..c2833bdfd37a 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c | |||
@@ -328,10 +328,6 @@ static struct platform_device visorchipset_platform_device = { | |||
328 | }; | 328 | }; |
329 | 329 | ||
330 | /* Function prototypes */ | 330 | /* Function prototypes */ |
331 | static void controlvm_respond_physdev_changestate( | ||
332 | struct controlvm_message_header *msg_hdr, int response, | ||
333 | struct spar_segment_state state); | ||
334 | |||
335 | static void parser_done(struct parser_context *ctx); | 331 | static void parser_done(struct parser_context *ctx); |
336 | 332 | ||
337 | static uuid_le | 333 | static uuid_le |