aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMika Westerberg <[email protected]>2021-06-07 13:33:30 +0300
committerMika Westerberg <[email protected]>2021-06-11 11:42:54 +0300
commit2a8b519ece3bd9a9fd4d890df64adafa68d18036 (patch)
tree6f5366df25d0309949a102557a4cc8dd4c9b5a46
parent0172e411450a479d65061014edf48933d4209c93 (diff)
thunderbolt: No need to include <linux/acpi.h> in usb4_port.c
This include is not needed so drop it. Reported-by: kernel test robot <[email protected]> Reviewed-by: Yehezkel Bernat <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
-rw-r--r--drivers/thunderbolt/usb4_port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thunderbolt/usb4_port.c b/drivers/thunderbolt/usb4_port.c
index 765c74179598..29e2a4f9c9f5 100644
--- a/drivers/thunderbolt/usb4_port.c
+++ b/drivers/thunderbolt/usb4_port.c
@@ -6,7 +6,6 @@
* Author: Mika Westerberg <[email protected]>
*/
-#include <linux/acpi.h>
#include <linux/pm_runtime.h>
#include "tb.h"