Commit 65cb1a8c authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: visorbus: remove parser_done prototype

Remove the unneeded prototype parser_done.
Reported-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dd845d36
...@@ -327,9 +327,6 @@ static struct platform_device visorchipset_platform_device = { ...@@ -327,9 +327,6 @@ static struct platform_device visorchipset_platform_device = {
.dev.release = visorchipset_dev_release, .dev.release = visorchipset_dev_release,
}; };
/* Function prototypes */
static void parser_done(struct parser_context *ctx);
static uuid_le static uuid_le
parser_id_get(struct parser_context *ctx) parser_id_get(struct parser_context *ctx)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment