summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/dma_test.c
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2021-01-15 11:01:21 +0300
committerMika Westerberg <mika.westerberg@linux.intel.com>2021-02-04 10:39:13 +0300
commit8b0ab503c07ecd0f9754796bf0ae5c3c1a2a6388 (patch)
tree2daba7448b7db484781aeff8191cf0eac5093485 /drivers/thunderbolt/dma_test.c
parentc3963a5563d3baa8e46f6af7926893358a7319e6 (diff)
thunderbolt: dma_test: Drop unnecessary include
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>
Diffstat (limited to 'drivers/thunderbolt/dma_test.c')
-rw-r--r--drivers/thunderbolt/dma_test.c1
1 files changed, 0 insertions, 1 deletions
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>