diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-05-07 07:15:46 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-05-07 07:15:46 -0400 |
| commit | 2fe5de9ce7d57498abc14b375cad2fcf8c3ee6cc (patch) | |
| tree | 9478e8cf470c1d5bdb2d89b57a7e35919ab95e72 /include/linux/mod_devicetable.h | |
| parent | 08f8aeb55d7727d644dbbbbfb798fe937d47751d (diff) | |
| parent | 2b4cfe64dee0d84506b951d81bf55d9891744d25 (diff) | |
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -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; |
