diff options
Diffstat (limited to 'arch/x86/include/asm/pci.h')
| -rw-r--r-- | arch/x86/include/asm/pci.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h index 37cc7e3a0..6d68ab6c9 100644 --- a/arch/x86/include/asm/pci.h +++ b/arch/x86/include/asm/pci.h @@ -24,7 +24,7 @@   */  #ifndef _PCI_I386_H_ -#define _PCI_I386_H_	1 +#define _PCI_I386_H_  #define DEFINE_PCI_DEVICE_TABLE(_table) \  	const struct pci_device_id _table[] |