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

* Re: [PATCH v2] regmap: soundwire: remove unused header mod_devicetable.h
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Pierre-Louis Bossart @ 2020-09-01 13:43 UTC (permalink / raw)
  To: Vinod Koul, Mark Brown; +Cc: linux-kernel



On 9/1/20 6:13 AM, Vinod Koul wrote:
> mod_devicetable.h does not seem to be required for this file, so
> remove it.
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

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

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

* Re: [PATCH v2] regmap: soundwire: remove unused header mod_devicetable.h
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2020-09-01 14:50 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Pierre-Louis Bossart, linux-kernel

On Tue, 1 Sep 2020 16:43:31 +0530, Vinod Koul wrote:
> mod_devicetable.h does not seem to be required for this file, so
> remove it.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next

Thanks!

[1/1] regmap: soundwire: remove unused header mod_devicetable.h
      commit: 50df0eebbd49b894df7e5e3945d66cd80c322284

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[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.