All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] regmap: soundwire: remove unused header mod_devicetable.h
@ 2020-09-01 11:13 Vinod Koul
  2020-09-01 13:43 ` Pierre-Louis Bossart
  2020-09-01 14:50 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Vinod Koul @ 2020-09-01 11:13 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>
---

changes in v2:
  - fix typo in patch subject

 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 11:13 [PATCH v2] regmap: soundwire: remove unused header mod_devicetable.h Vinod Koul
2020-09-01 13:43 ` Pierre-Louis Bossart
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.