[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fe4808f6-a628-7126-5d9c-d0132a0e97fc@huawei.com>
Date: Wed, 31 Mar 2021 09:53:08 +0800
From: "Leizhen (ThunderTown)" <thunder.leizhen@...wei.com>
To: Guenter Roeck <linux@...ck-us.net>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
linux-watchdog <linux-watchdog@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] watchdog: dw_wdt: Remove duplicated header file
inclusion
On 2021/3/28 3:50, Guenter Roeck wrote:
> On 3/26/21 6:20 PM, Zhen Lei wrote:
>> The header file <linux/kernel.h> is already included above and can be
>> removed here.
>>
>> Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com>
>
> Already submitted:
>
> https://patchwork.kernel.org/project/linux-watchdog/patch/20210325112916.865510-1-wanjiabing@vivo.com/
>
> In general, when removing duplicate or unnecessary header files,
> please retain or improve alphabetic order. This patch makes it worse.
Okay, thanks for the heads-up. I'll pay attention next time.
>
> Guenter
>
>> ---
>> drivers/watchdog/dw_wdt.c | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c
>> index 32d0e1781e63c4e..b1642e2d9175584 100644
>> --- a/drivers/watchdog/dw_wdt.c
>> +++ b/drivers/watchdog/dw_wdt.c
>> @@ -19,7 +19,6 @@
>> #include <linux/delay.h>
>> #include <linux/err.h>
>> #include <linux/io.h>
>> -#include <linux/kernel.h>
>> #include <linux/module.h>
>> #include <linux/moduleparam.h>
>> #include <linux/interrupt.h>
>>
>
>
> .
>
Powered by blists - more mailing lists