Re: [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code

From: Thomas Gleixner
Date: Fri Mar 20 2020 - 16:25:17 EST


Andy Shevchenko <andy.shevchenko@xxxxxxxxx> writes:
> On Fri, Mar 20, 2020 at 3:17 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>> --- a/arch/x86/include/asm/cpu_device_id.h
>> +++ b/arch/x86/include/asm/cpu_device_id.h
>> @@ -6,10 +6,21 @@
>> * Declare drivers belonging to specific x86 CPUs
>> * Similar in spirit to pci_device_id and related PCI functions
>> */
>
>> -
>
> Seems you are going to remove below anyway in the next patches, so,
> why not to do this also there?
>
>> #include <linux/mod_devicetable.h>

No it stays, but yes I could do that comment change right here.

Thanks,

tglx