From: Daeseok Youn Date: Sat, 9 Aug 2014 05:37:11 +0000 (+0900) Subject: staging: dgap: remove redundant declarations. X-Git-Tag: v3.18-rc1~130^2~1417 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=274d8b35f88079870f1691413be7ce4341d9f87b;p=karo-tx-linux.git staging: dgap: remove redundant declarations. These are already defined in dgap.h. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index 55c06c981ead..b1253c01acce 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);