diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mod_devicetable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 9a165a213d93..44eeef0da186 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
@@ -556,6 +556,11 @@ struct amba_id { | |||
556 | * See documentation of "x86_match_cpu" for details. | 556 | * See documentation of "x86_match_cpu" for details. |
557 | */ | 557 | */ |
558 | 558 | ||
559 | /* | ||
560 | * MODULE_DEVICE_TABLE expects this struct to be called x86cpu_device_id. | ||
561 | * Although gcc seems to ignore this error, clang fails without this define. | ||
562 | */ | ||
563 | #define x86cpu_device_id x86_cpu_id | ||
559 | struct x86_cpu_id { | 564 | struct x86_cpu_id { |
560 | __u16 vendor; | 565 | __u16 vendor; |
561 | __u16 family; | 566 | __u16 family; |