summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaeseok Youn <daeseok.youn@gmail.com>2014-08-09 05:37:11 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-16 19:23:05 (GMT)
commit274d8b35f88079870f1691413be7ce4341d9f87b (patch)
treec2d20cd3c42bfe893462c260ef43a4e5a9519d12
parent83d24f82293eaa32f0f5679c743d9168cd74cad8 (diff)
downloadlinux-274d8b35f88079870f1691413be7ce4341d9f87b.tar.xz
staging: dgap: remove redundant declarations.
These are already defined in dgap.h. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/dgap/dgap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index 55c06c9..b1253c0 100644
--- a/drivers/staging/dgap/dgap.c
+++ b/drivers/staging/dgap/dgap.c
@@ -158,12 +158,6 @@ static void dgap_err(char *s);
/*
* Function prototypes from dgap_sysfs.h
*/
-struct board_t;
-struct channel_t;
-struct un_t;
-struct pci_driver;
-struct class_device;
-
static void dgap_create_ports_sysfiles(struct board_t *bd);
static void dgap_remove_ports_sysfiles(struct board_t *bd);