diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r-- | include/linux/mod_devicetable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 8183d6640ca7..34f25b7bf642 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
@@ -189,6 +189,8 @@ struct css_device_id { | |||
189 | struct acpi_device_id { | 189 | struct acpi_device_id { |
190 | __u8 id[ACPI_ID_LEN]; | 190 | __u8 id[ACPI_ID_LEN]; |
191 | kernel_ulong_t driver_data; | 191 | kernel_ulong_t driver_data; |
192 | __u32 cls; | ||
193 | __u32 cls_msk; | ||
192 | }; | 194 | }; |
193 | 195 | ||
194 | #define PNP_ID_LEN 8 | 196 | #define PNP_ID_LEN 8 |