genirq/msi: Move descriptor list to struct msi_device_data
[linux-2.6-microblaze.git] / include / linux / device.h
index f0033cd..9345972 100644 (file)
@@ -423,7 +423,6 @@ struct dev_msi_info {
  * @pins:      For device pin management.
  *             See Documentation/driver-api/pin-control.rst for details.
  * @msi:       MSI related data
- * @msi_list:  Hosts MSI descriptors
  * @numa_node: NUMA node this device is close to.
  * @dma_ops:    DMA mapping operations for this device.
  * @dma_mask:  Dma mask (if dma'ble device).
@@ -519,9 +518,6 @@ struct device {
        struct dev_pin_info     *pins;
 #endif
        struct dev_msi_info     msi;
-#ifdef CONFIG_GENERIC_MSI_IRQ
-       struct list_head        msi_list;
-#endif
 #ifdef CONFIG_DMA_OPS
        const struct dma_map_ops *dma_ops;
 #endif