summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorchipset.c
diff options
context:
space:
mode:
authorDavid Kershner2016-09-19 23:09:28 +0200
committerGreg Kroah-Hartman2016-09-20 13:28:17 +0200
commit65cb1a8c5471ee2aed372dbf69a51457d15de056 (patch)
tree0c351dce603f07b9d1bb04f82cbd96192636c9f6 /drivers/staging/unisys/visorbus/visorchipset.c
parentstaging: unisys: visorbus: remove controlvm_respond_physdev_changestate (diff)
downloadkernel-qcow2-linux-65cb1a8c5471ee2aed372dbf69a51457d15de056.tar.gz
kernel-qcow2-linux-65cb1a8c5471ee2aed372dbf69a51457d15de056.tar.xz
kernel-qcow2-linux-65cb1a8c5471ee2aed372dbf69a51457d15de056.zip
staging: unisys: visorbus: remove parser_done prototype
Remove the unneeded prototype parser_done. 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/unisys/visorbus/visorchipset.c')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index c2833bdfd37a..d50e4cde3211 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -327,9 +327,6 @@ static struct platform_device visorchipset_platform_device = {
.dev.release = visorchipset_dev_release,
};
-/* Function prototypes */
-static void parser_done(struct parser_context *ctx);
-
static uuid_le
parser_id_get(struct parser_context *ctx)
{