20 Mar
2020
20 Mar
'20
9:24 p.m.
Andy Shevchenko andy.shevchenko@gmail.com writes:
On Fri, Mar 20, 2020 at 3:17 PM Thomas Gleixner tglx@linutronix.de 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