diff options
author | L. Alberto Giménez <agimenez@sysvalve.es> | 2010-12-12 12:56:30 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-13 13:28:42 -0500 |
commit | e1b8a37ede8b47dbad002ec61a67706b70b23ccf (patch) | |
tree | 3471fdbdf784614e85429244c4e61e23f873131a | |
parent | ced17a68b727d8509a4bde0b2ee7d0d120371e66 (diff) |
Staging: rt2860: Avoid extern in .c file
rt28xx_close and rt28xx_open are already declared in a file included in
rt_config.h, so there is no need to declare them again.
Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.es>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/rt2860/pci_main_dev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rt2860/pci_main_dev.c b/drivers/staging/rt2860/pci_main_dev.c index c35c804a083..cd028e7a8f9 100644 --- a/drivers/staging/rt2860/pci_main_dev.c +++ b/drivers/staging/rt2860/pci_main_dev.c | |||
@@ -51,9 +51,6 @@ MODULE_ALIAS("rt3090sta"); | |||
51 | /* */ | 51 | /* */ |
52 | /* Function declarations */ | 52 | /* Function declarations */ |
53 | /* */ | 53 | /* */ |
54 | extern int rt28xx_close(IN struct net_device *net_dev); | ||
55 | extern int rt28xx_open(struct net_device *net_dev); | ||
56 | |||
57 | static void __devexit rt2860_remove_one(struct pci_dev *pci_dev); | 54 | static void __devexit rt2860_remove_one(struct pci_dev *pci_dev); |
58 | static int __devinit rt2860_probe(struct pci_dev *pci_dev, | 55 | static int __devinit rt2860_probe(struct pci_dev *pci_dev, |
59 | const struct pci_device_id *ent); | 56 | const struct pci_device_id *ent); |