Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316866
b: refs/heads/master
c: fec1868
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 18, 2012
1 parent ea57c5c commit d07a3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 71c421dbd9d87ffe6229816a04b759ec5613014d
refs/heads/master: fec1868e23099023bc545e199b78d99840b1abc9
3 changes: 2 additions & 1 deletion trunk/include/linux/mod_devicetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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 */
Expand Down

0 comments on commit d07a3c1

Please sign in to comment.