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>
This commit is contained in:
Alex Dubov 2007-04-12 16:59:13 +10:00 committed by Pierre Ossman
parent 4552f0cbd4
commit 8dc4a61eca
2 changed files with 47 additions and 56 deletions

View file

@ -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;
};