[tip:,irq/core] bus: fsl-mc: Remove linux/msi.h includes
Commit Message
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 9d4c8175b8298a361d0ea91f435b1b4ed2ea06e3
Gitweb: https://git.kernel.org/tip/9d4c8175b8298a361d0ea91f435b1b4ed2ea06e3
Author: Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Sun, 13 Nov 2022 21:34:00 +01:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Wed, 23 Nov 2022 23:07:37 +01:00
bus: fsl-mc: Remove linux/msi.h includes
Neither dprc-driver.c nor fsl-mc-bus.c need anything from linux/msi.h.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20221113202428.511591041@linutronix.de
---
drivers/bus/fsl-mc/dprc-driver.c | 1 -
drivers/bus/fsl-mc/fsl-mc-bus.c | 1 -
2 files changed, 2 deletions(-)
@@ -11,7 +11,6 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
-#include <linux/msi.h>
#include <linux/fsl/mc.h>
#include "fsl-mc-private.h"
@@ -17,7 +17,6 @@
#include <linux/slab.h>
#include <linux/limits.h>
#include <linux/bitops.h>
-#include <linux/msi.h>
#include <linux/dma-mapping.h>
#include <linux/acpi.h>
#include <linux/iommu.h>