linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] HID: prodikeys: remove a redundant forward declaration of struct pcmidi_snd
@ 2011-07-21  7:47 Axel Lin
  2011-07-21 12:00 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-07-21  7:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Don Prince, Jiri Kosina, linux-input

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 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;
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: prodikeys: remove a redundant forward declaration of struct pcmidi_snd
  2011-07-21  7:47 [PATCH] HID: prodikeys: remove a redundant forward declaration of struct pcmidi_snd Axel Lin
@ 2011-07-21 12:00 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2011-07-21 12:00 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Don Prince, linux-input

On Thu, 21 Jul 2011, Axel Lin wrote:

> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-21 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21  7:47 [PATCH] HID: prodikeys: remove a redundant forward declaration of struct pcmidi_snd Axel Lin
2011-07-21 12:00 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).