diff options
author | David Kershner <david.kershner@unisys.com> | 2016-09-20 00:09:28 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-20 14:28:17 +0300 |
commit | 65cb1a8c5471ee2aed372dbf69a51457d15de056 (patch) | |
tree | 0c351dce603f07b9d1bb04f82cbd96192636c9f6 /drivers/staging/unisys | |
parent | dd845d3632135c5e17aaadccddda56f849b03201 (diff) | |
download | linux-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/staging/unisys')
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 3 |
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) { |