diff mbox series

thunderbolt: dma_test: Drop unnecessary include

Message ID 20210201122101.87783-1-mika.westerberg@linux.intel.com
State New
Headers show
Series thunderbolt: dma_test: Drop unnecessary include | expand

Commit Message

Mika Westerberg Feb. 1, 2021, 12:21 p.m. UTC
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(-)

Comments

Mika Westerberg Feb. 4, 2021, 7:43 a.m. UTC | #1
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 mbox series

Patch

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>