aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-01-10 17:38:51 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-01-10 17:38:51 +0100
commitf34714d87f6ecb2b31720248be47bf8e7ff724bd (patch)
treecc36e6d4497cda834a7ebdbc54b003d09a2143c4
parent4a1fcf58c7c103926684e903cac5b3791400c010 (diff)
remove unused calling_driverĀ from struct at76c503
-rw-r--r--at76c503.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/at76c503.h b/at76c503.h
index 6ed549c..0d36bbb 100644
--- a/at76c503.h
+++ b/at76c503.h
@@ -609,7 +609,6 @@ struct at76c503 {
/* these point into a buffer managed by at76c503-xxx.o, no need to dealloc */
u8 *extfw; /* points to external firmware part, extfw_size bytes long */
u8 *intfw; /* points to internal firmware part, intfw_size bytes long */
- struct usb_driver *calling_driver; /* the calling driver: at76c503-{rfmd,i3861,i3863,...} */
unsigned int device_unplugged:1;
unsigned int netdev_registered:1;
char obuf[2*256+1]; /* global debug output buffer to reduce stack usage */