PCI: intel-mid: Convert to new X86 CPU match macros
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 Mar 2020 13:14:02 +0000 (14:14 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 24 Mar 2020 20:35:06 +0000 (21:35 +0100)
commit91e503e6f8af97c7da71b3f1e7b2f8a07a36f2f1
tree5f11b162c7ba13a3dda5497d1e2c761b2a5ef4f0
parent1e41eb1524798d6863169ccbcce8bf8f0a63db18
PCI: intel-mid: Convert to new X86 CPU match macros

The new macro set has a consistent namespace and uses C99 initializers
instead of the grufty C89 ones.

Get rid the of the local macro wrappers for consistency.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lkml.kernel.org/r/20200320131510.393113444@linutronix.de
drivers/pci/pci-mid.c