mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 01:20:01 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
dd845d3632
commit
65cb1a8c54
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user