diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-25 05:50:53 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-07-09 18:07:39 -0400 |
commit | dd7f2928d834f7ac67202bcdf24a44ba9b138f08 (patch) | |
tree | c24379bfcc628c3f46b14105baa7885e592e856e /drivers/ieee1394/hosts.h | |
parent | 59337087cb33db58aa0d4463892b4475cf66a50b (diff) |
ieee1394: convert ieee1394 from "struct class_device" to "struct device"
Here is a straightforward conversion to "struct device". The "struct
class_device" will be removed from the kernel.
It seems to work fine for me with and without CONFIG_SYSFS_DEPRECATED
set.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/hosts.h')
-rw-r--r-- | drivers/ieee1394/hosts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/hosts.h b/drivers/ieee1394/hosts.h index feb55d032294..979fd190f60f 100644 --- a/drivers/ieee1394/hosts.h +++ b/drivers/ieee1394/hosts.h | |||
@@ -57,7 +57,7 @@ struct hpsb_host { | |||
57 | struct hpsb_host_driver *driver; | 57 | struct hpsb_host_driver *driver; |
58 | struct pci_dev *pdev; | 58 | struct pci_dev *pdev; |
59 | struct device device; | 59 | struct device device; |
60 | struct class_device class_dev; | 60 | struct device host_dev; |
61 | 61 | ||
62 | struct delayed_work delayed_reset; | 62 | struct delayed_work delayed_reset; |
63 | unsigned config_roms:31; | 63 | unsigned config_roms:31; |