Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64122
b: refs/heads/master
c: 1181420
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Renninger authored and Tony Luck committed Aug 17, 2007
1 parent 6720634 commit 604190b
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: 471e7a44848f467c9b83adc3463d019d2fa8817f
refs/heads/master: 118142080a75fc1ce599c73b7894a71b4813828e
3 changes: 2 additions & 1 deletion trunk/include/linux/mod_devicetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ struct ap_device_id {

#define AP_DEVICE_ID_MATCH_DEVICE_TYPE 0x01

#define ACPI_ID_LEN 9
#define ACPI_ID_LEN 16 /* only 9 bytes needed here, 16 bytes are used */
/* to workaround crosscompile issues */

struct acpi_device_id {
__u8 id[ACPI_ID_LEN];
Expand Down

0 comments on commit 604190b

Please sign in to comment.