Re: [PATCH] HID: prodikeys: remove a redundant forward declarationof struct pcmidi_snd

From: Jiri Kosina
Date: Thu Jul 21 2011 - 08:00:12 EST


On Thu, 21 Jul 2011, Axel Lin wrote:

> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
> ---
> drivers/hid/hid-prodikeys.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/hid/hid-prodikeys.c b/drivers/hid/hid-prodikeys.c
> index ab19f29..53c9850 100644
> --- a/drivers/hid/hid-prodikeys.c
> +++ b/drivers/hid/hid-prodikeys.c
> @@ -44,8 +44,6 @@ struct pk_device {
> struct pcmidi_snd *pm; /* pcmidi device context */
> };
>
> -struct pcmidi_snd;
> -
> struct pcmidi_sustain {
> unsigned long in_use;
> struct pcmidi_snd *pm;

Applied.

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/