aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/gigaset.h
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2009-05-13 08:44:17 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-17 23:51:23 -0400
commit528efc6a54a9e4c03488ee72988567991c9476ba (patch)
tree3d83a65cfad78086b264a752b3ddf3f163f6b878 /drivers/isdn/gigaset/gigaset.h
parentd62fda082c48b417b47a553860abf75d9cf8b591 (diff)
gigaset: remove obsolete references to m10x state table
The separation of state tables for base and M10x has long been removed. Clean up remaining traces of it. Impact: cleanup Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r--drivers/isdn/gigaset/gigaset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h
index 747178f03d2..d5f0110a8df 100644
--- a/drivers/isdn/gigaset/gigaset.h
+++ b/drivers/isdn/gigaset/gigaset.h
@@ -282,8 +282,8 @@ struct reply_t {
282 char *command; /* NULL==none */ 282 char *command; /* NULL==none */
283}; 283};
284 284
285extern struct reply_t gigaset_tab_cid_m10x[]; 285extern struct reply_t gigaset_tab_cid[];
286extern struct reply_t gigaset_tab_nocid_m10x[]; 286extern struct reply_t gigaset_tab_nocid[];
287 287
288struct inbuf_t { 288struct inbuf_t {
289 unsigned char *rcvbuf; /* usb-gigaset receive buffer */ 289 unsigned char *rcvbuf; /* usb-gigaset receive buffer */