diff --git a/[refs] b/[refs] index efab034666eb..999ff5dc92c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed155a95a4eb7d8dae61b64ab394314c5195e414 +refs/heads/master: 3084f0c6105a71e43225c36b4d97c1407988a242 diff --git a/trunk/drivers/block/umem.c b/trunk/drivers/block/umem.c index be7fac86725e..33ef7661e1c1 100644 --- a/trunk/drivers/block/umem.c +++ b/trunk/drivers/block/umem.c @@ -52,7 +52,7 @@ #include /* O_ACCMODE */ #include /* HDIO_GETGEO */ -#include +#include "umem.h" #include #include diff --git a/trunk/include/linux/umem.h b/trunk/drivers/block/umem.h similarity index 95% rename from trunk/include/linux/umem.h rename to trunk/drivers/block/umem.h index f36ebfc32bf6..3a3819afed92 100644 --- a/trunk/include/linux/umem.h +++ b/trunk/drivers/block/umem.h @@ -125,11 +125,6 @@ struct mm_dma_desc { __le64 sem_control_bits; } __attribute__((aligned(8))); -#define PCI_VENDOR_ID_MICRO_MEMORY 0x1332 -#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x5415 -#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0x5425 -#define PCI_DEVICE_ID_MICRO_MEMORY_6155 0x6155 - /* bits for card->flags */ #define UM_FLAG_DMA_IN_REGS 1 #define UM_FLAG_NO_BYTE_STATUS 2 diff --git a/trunk/include/linux/pci_ids.h b/trunk/include/linux/pci_ids.h index 55f307ffbf96..506b9ae241fd 100644 --- a/trunk/include/linux/pci_ids.h +++ b/trunk/include/linux/pci_ids.h @@ -1736,6 +1736,11 @@ #define PCI_VENDOR_ID_RADISYS 0x1331 +#define PCI_VENDOR_ID_MICRO_MEMORY 0x1332 +#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x5415 +#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0x5425 +#define PCI_DEVICE_ID_MICRO_MEMORY_6155 0x6155 + #define PCI_VENDOR_ID_DOMEX 0x134a #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001