diff options
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index 747178f03d2c..d5f0110a8dfa 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 | ||
285 | extern struct reply_t gigaset_tab_cid_m10x[]; | 285 | extern struct reply_t gigaset_tab_cid[]; |
286 | extern struct reply_t gigaset_tab_nocid_m10x[]; | 286 | extern struct reply_t gigaset_tab_nocid[]; |
287 | 287 | ||
288 | struct inbuf_t { | 288 | struct inbuf_t { |
289 | unsigned char *rcvbuf; /* usb-gigaset receive buffer */ | 289 | unsigned char *rcvbuf; /* usb-gigaset receive buffer */ |