[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d329c295-b2d1-68d9-79bf-278f7af4bb58@linux.intel.com>
Date: Mon, 31 Aug 2020 09:12:29 -0500
From: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
To: Vinod Koul <vkoul@...nel.org>, Mark Brown <broonie@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regmap: soundwire: remove unsed header mod_devicetable.h
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@...nel.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"
>
Powered by blists - more mailing lists