mirror of https://gitee.com/openkylin/linux.git
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:
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue