diff options
author | Alex Dubov <oakad@yahoo.com> | 2007-04-12 02:59:13 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 07:04:12 -0400 |
commit | 8dc4a61eca31dd45a9d45f9bc9c67d959f0f6cbd (patch) | |
tree | 7212da38763714f1b26924f3fda55b28b20b6fb8 /include/linux/tifm.h | |
parent | 4552f0cbd45225f2c1cbadc224505f14f8749569 (diff) |
tifm: use bus methods to handle probe/remove instead of driver ones.
Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
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 | ||