Skip to content

Commit

Permalink
thunderbolt: dma_test: Drop unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mika Westerberg committed Feb 4, 2021
1 parent c3963a5 commit 8b0ab50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/thunderbolt/dma_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8b0ab50

Please sign in to comment.