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

* Re: [PATCH] regmap: soundwire: remove unsed header mod_devicetable.h
  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 14:50 ` Mark Brown
  2 siblings, 0 replies; 5+ messages in thread
From: Tom Rix @ 2020-08-29 18:22 UTC (permalink / raw)
  To: Vinod Koul, Mark Brown; +Cc: Pierre-Louis Bossart, linux-kernel


On 8/29/20 3:39 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>
> ---
>  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>

This looks ok because mod_devicetable.h is #include-ed in soundwire/sdw.h

Tom

>  #include "internal.h"


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

* Re: [PATCH] regmap: soundwire: remove unsed header mod_devicetable.h
  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
  2 siblings, 1 reply; 5+ messages in thread
From: Pierre-Louis Bossart @ 2020-08-31 14:12 UTC (permalink / raw)
  To: Vinod Koul, Mark Brown; +Cc: linux-kernel

typo in commit message?

On 8/29/20 5:39 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>
> ---
>   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] 5+ messages in thread

* Re: [PATCH] regmap: soundwire: remove unsed header mod_devicetable.h
  2020-08-31 14:12 ` Pierre-Louis Bossart
@ 2020-09-01 11:07   ` Vinod Koul
  0 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2020-09-01 11:07 UTC (permalink / raw)
  To: Pierre-Louis Bossart; +Cc: Mark Brown, linux-kernel

On 31-08-20, 09:12, Pierre-Louis Bossart wrote:
> typo in commit message?

Thanks for spotting, will send v2.

> 
> On 8/29/20 5:39 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>
> > ---
> >   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"
> > 

-- 
~Vinod

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

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

On Sat, 29 Aug 2020 16:09:39 +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] 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.