summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2016-09-19 21:09:28 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 11:28:17 (GMT)
commit65cb1a8c5471ee2aed372dbf69a51457d15de056 (patch)
tree0c351dce603f07b9d1bb04f82cbd96192636c9f6 /drivers
parentdd845d3632135c5e17aaadccddda56f849b03201 (diff)
downloadlinux-65cb1a8c5471ee2aed372dbf69a51457d15de056.tar.xz
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')
-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 c2833bd..d50e4cd 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)
{