Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97390
b: refs/heads/master
c: 2548baa
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Jean Delvare committed May 26, 2008
1 parent fab1a09 commit 6ed69c6
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: 7271e60a950b3677f136a31e084bc4b0463c7018
refs/heads/master: 2548baa07ddf37ea8604e9627f042616d1cdc43e
3 changes: 2 additions & 1 deletion trunk/include/linux/mod_devicetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ struct virtio_device_id {

struct i2c_device_id {
char name[I2C_NAME_SIZE];
kernel_ulong_t driver_data; /* Data private to the driver */
kernel_ulong_t driver_data /* Data private to the driver */
__attribute__((aligned(sizeof(kernel_ulong_t))));
};


Expand Down

0 comments on commit 6ed69c6

Please sign in to comment.