diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -rw-r--r-- | include/linux/mod_devicetable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index ed84c07f6a51..8a57f0b1242d 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -175,7 +175,8 @@ struct ap_device_id { | |||
| 175 | kernel_ulong_t driver_info; | 175 | kernel_ulong_t driver_info; |
| 176 | }; | 176 | }; |
| 177 | 177 | ||
| 178 | #define AP_DEVICE_ID_MATCH_DEVICE_TYPE 0x01 | 178 | #define AP_DEVICE_ID_MATCH_CARD_TYPE 0x01 |
| 179 | #define AP_DEVICE_ID_MATCH_QUEUE_TYPE 0x02 | ||
| 179 | 180 | ||
| 180 | /* s390 css bus devices (subchannels) */ | 181 | /* s390 css bus devices (subchannels) */ |
| 181 | struct css_device_id { | 182 | struct css_device_id { |
