aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragx <agx>2007-01-14 21:11:24 +0000
committeragx <agx>2007-01-14 21:11:24 +0000
commitf7714c2e3e0783c4f06ff8cce96f2c369c47f511 (patch)
treeb8ce846404066478b10103b3dcc676a14a2a8d3d
parent15adfe0ae690f16d690fd90a098352f000af3e13 (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 */