Message ID | 20210201122101.87783-1-mika.westerberg@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8b0ab503c07ecd0f9754796bf0ae5c3c1a2a6388 |
Headers | show |
Series | thunderbolt: dma_test: Drop unnecessary include | expand |
On Mon, Feb 01, 2021 at 03:21:01PM +0300, Mika Westerberg wrote: > It seems <linux/acpi.h> is not actually needed in this driver so we can > drop it. > > Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Applied to thunderbolt.git/next.
diff --git a/drivers/thunderbolt/dma_test.c b/drivers/thunderbolt/dma_test.c index 955f980986ca..6debaf5a6604 100644 --- a/drivers/thunderbolt/dma_test.c +++ b/drivers/thunderbolt/dma_test.c @@ -7,7 +7,6 @@ * Mika Westerberg <mika.westerberg@linux.intel.com> */ -#include <linux/acpi.h> #include <linux/completion.h> #include <linux/debugfs.h> #include <linux/module.h>
It seems <linux/acpi.h> is not actually needed in this driver so we can drop it. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> --- drivers/thunderbolt/dma_test.c | 1 - 1 file changed, 1 deletion(-)