ddk:update to 3.12

git-svn-id: svn://kolibrios.org@4279 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2013-11-22 14:32:23 +00:00
parent edbd5b909f
commit bd92a354fb
4 changed files with 14 additions and 4 deletions

View File

@@ -121,7 +121,8 @@ struct usb_device_id {
__u8 bInterfaceNumber;
/* not matched against */
kernel_ulong_t driver_info;
kernel_ulong_t driver_info
__attribute__((aligned(sizeof(kernel_ulong_t))));
};
/* Some useful macros to use to create struct usb_device_id */