staging: unisys: visorbus: remove parser_done prototype
authorDavid Kershner <[email protected]>
Mon, 19 Sep 2016 21:09:28 +0000 (17:09 -0400)
committerGreg Kroah-Hartman <[email protected]>
Tue, 20 Sep 2016 11:28:17 +0000 (13:28 +0200)
Remove the unneeded prototype parser_done.

Reported-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: David Kershner <[email protected]>
Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/unisys/visorbus/visorchipset.c

index c2833bdfd37a29c3b8a2f0b188fd4216186a400b..d50e4cde321113f42d5ee71bb05bc6b5bcb9200d 100644 (file)
@@ -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)
 {