diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2008-07-14 03:59:03 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-07-14 04:02:12 -0400 |
commit | f08adc008d84f6b03d377ede951e29ed169e76e2 (patch) | |
tree | 5c8c90f6b3710a4f04f23d25e735ce4108fdc553 /include/linux/mod_devicetable.h | |
parent | 99611f87176b2a908d8c66ab19a5fc550a3cd13a (diff) |
[S390] css: Use css_device_id for bus matching.
css_device_id exists, so use it for determining the right driver
(and add a match_flags which is always 1 for valid types).
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r-- | include/linux/mod_devicetable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 1fd03e732e07..c4db5827963d 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
@@ -161,8 +161,8 @@ struct ap_device_id { | |||
161 | 161 | ||
162 | /* s390 css bus devices (subchannels) */ | 162 | /* s390 css bus devices (subchannels) */ |
163 | struct css_device_id { | 163 | struct css_device_id { |
164 | __u8 match_flags; | ||
164 | __u8 type; /* subchannel type */ | 165 | __u8 type; /* subchannel type */ |
165 | __u8 pad1; | ||
166 | __u16 pad2; | 166 | __u16 pad2; |
167 | __u32 pad3; | 167 | __u32 pad3; |
168 | kernel_ulong_t driver_data; | 168 | kernel_ulong_t driver_data; |