mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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:
parent
4552f0cbd4
commit
8dc4a61eca
2 changed files with 47 additions and 56 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue