From 604190b850781a6af842090a14398bf78599b0d7 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Thu, 16 Aug 2007 16:27:15 +0200 Subject: [PATCH] --- yaml --- r: 64122 b: refs/heads/master c: 118142080a75fc1ce599c73b7894a71b4813828e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mod_devicetable.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1b2e09f8ebcd..b6ca4eb25379 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 471e7a44848f467c9b83adc3463d019d2fa8817f +refs/heads/master: 118142080a75fc1ce599c73b7894a71b4813828e diff --git a/trunk/include/linux/mod_devicetable.h b/trunk/include/linux/mod_devicetable.h index 2ada8ee316b3..4dc5fa8be781 100644 --- a/trunk/include/linux/mod_devicetable.h +++ b/trunk/include/linux/mod_devicetable.h @@ -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];