diff options
author | Alex Dubov <oakad@yahoo.com> | 2007-04-12 16:59:13 +1000 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 13:04:12 +0200 |
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 { void (*card_event)(struct tifm_dev *sock); void (*data_event)(struct tifm_dev *sock); - struct tifm_driver *drv; struct device dev; }; |