PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constant
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / include / uapi / linux / pci_regs.h
index 1becea86c73c9d217ef867fac0cce73e075c6427..eb3c786afa70796b79fb8fed150494cf10b47526 100644 (file)
 #define PCI_SUBSYSTEM_ID       0x2e
 #define PCI_ROM_ADDRESS                0x30    /* Bits 31..11 are address, 10..1 reserved */
 #define  PCI_ROM_ADDRESS_ENABLE        0x01
-#define PCI_ROM_ADDRESS_MASK   (~0x7ffUL)
+#define PCI_ROM_ADDRESS_MASK   (~0x7ffU)
 
 #define PCI_CAPABILITY_LIST    0x34    /* Offset of first capability list entry */