All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regmap: soundwire: remove unsed header mod_devicetable.h
@ 2020-08-29 10:39 Vinod Koul
  2020-08-29 18:22 ` Tom Rix
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vinod Koul @ 2020-08-29 10:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: Vinod Koul, Pierre-Louis Bossart, linux-kernel

mod_devicetable.h does not seem to be required for this file, so
remove it.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/base/regmap/regmap-sdw.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/base/regmap/regmap-sdw.c b/drivers/base/regmap/regmap-sdw.c
index 50a66382d87d..c92d614b4943 100644
--- a/drivers/base/regmap/regmap-sdw.c
+++ b/drivers/base/regmap/regmap-sdw.c
@@ -2,7 +2,6 @@
 // Copyright(c) 2015-17 Intel Corporation.
 
 #include <linux/device.h>
-#include <linux/mod_devicetable.h>
 #include <linux/module.h>
 #include <linux/soundwire/sdw.h>
 #include "internal.h"
-- 
2.26.2


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

end of thread, other threads:[~2020-09-01 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 10:39 [PATCH] regmap: soundwire: remove unsed header mod_devicetable.h Vinod Koul
2020-08-29 18:22 ` Tom Rix
2020-08-31 14:12 ` Pierre-Louis Bossart
2020-09-01 11:07   ` Vinod Koul
2020-09-01 14:50 ` Mark Brown

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.