diff options
Diffstat (limited to 'include/linux')
| -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 5a123774c2e6..468819cdde87 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -410,6 +410,8 @@ struct virtio_device_id { | |||
| 410 | */ | 410 | */ |
| 411 | struct hv_vmbus_device_id { | 411 | struct hv_vmbus_device_id { |
| 412 | __u8 guid[16]; | 412 | __u8 guid[16]; |
| 413 | kernel_ulong_t driver_data /* Data private to the driver */ | ||
| 414 | __attribute__((aligned(sizeof(kernel_ulong_t)))); | ||
| 413 | }; | 415 | }; |
| 414 | 416 | ||
| 415 | /* i2c */ | 417 | /* i2c */ |
