All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thunderbolt: dma_test: Drop unnecessary include
@ 2021-02-01 12:21 Mika Westerberg
  2021-02-04  7:43 ` Mika Westerberg
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2021-02-01 12:21 UTC (permalink / raw)
  To: linux-usb
  Cc: Isaac Hazan, Yehezkel Bernat, Michael Jamet, Andreas Noever,
	Lukas Wunner, Mika Westerberg

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(-)

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>
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] thunderbolt: dma_test: Drop unnecessary include
  2021-02-01 12:21 [PATCH] thunderbolt: dma_test: Drop unnecessary include Mika Westerberg
@ 2021-02-04  7:43 ` Mika Westerberg
  0 siblings, 0 replies; 2+ messages in thread
From: Mika Westerberg @ 2021-02-04  7:43 UTC (permalink / raw)
  To: linux-usb
  Cc: Isaac Hazan, Yehezkel Bernat, Michael Jamet, Andreas Noever,
	Lukas Wunner

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-04  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 12:21 [PATCH] thunderbolt: dma_test: Drop unnecessary include Mika Westerberg
2021-02-04  7:43 ` Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.