Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 274d8b35 authored by Daeseok Youn's avatar Daeseok Youn Committed by Greg Kroah-Hartman
Browse files

staging: dgap: remove redundant declarations.



These are already defined in dgap.h.

Signed-off-by: default avatarDaeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 83d24f82
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);