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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
{