diff options
Diffstat (limited to 'include/linux/tifm.h')
-rw-r--r-- | include/linux/tifm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tifm.h b/include/linux/tifm.h index 4470961655c5..ee1056396b95 100644 --- a/include/linux/tifm.h +++ b/include/linux/tifm.h | |||
@@ -86,7 +86,6 @@ struct tifm_dev { | |||
86 | void (*card_event)(struct tifm_dev *sock); | 86 | void (*card_event)(struct tifm_dev *sock); |
87 | void (*data_event)(struct tifm_dev *sock); | 87 | void (*data_event)(struct tifm_dev *sock); |
88 | 88 | ||
89 | struct tifm_driver *drv; | ||
90 | struct device dev; | 89 | struct device dev; |
91 | }; | 90 | }; |
92 | 91 | ||