aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mod_devicetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r--include/linux/mod_devicetable.h2
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) */
163struct css_device_id { 163struct 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;