[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1311234448.16867.0.camel@phoenix>
Date: Thu, 21 Jul 2011 15:47:28 +0800
From: Axel Lin <axel.lin@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Don Prince <dhprince.devel@...oo.co.uk>,
Jiri Kosina <jkosina@...e.cz>, linux-input@...r.kernel.org
Subject: [PATCH] HID: prodikeys: remove a redundant forward declaration of
struct pcmidi_snd
Signed-off-by: Axel Lin <axel.lin@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists