From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 934BCC4332F for ; Thu, 21 Apr 2022 21:17:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1441887AbiDUVUc (ORCPT ); Thu, 21 Apr 2022 17:20:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1441876AbiDUVUb (ORCPT ); Thu, 21 Apr 2022 17:20:31 -0400 Received: from mailgw.felk.cvut.cz (mailgw.felk.cvut.cz [147.32.82.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B74F4C436; Thu, 21 Apr 2022 14:17:40 -0700 (PDT) Received: from mailgw.felk.cvut.cz (localhost.localdomain [127.0.0.1]) by mailgw.felk.cvut.cz (Proxmox) with ESMTP id E1E6330B2948; Thu, 21 Apr 2022 23:17:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= cmp.felk.cvut.cz; h=cc:cc:content-transfer-encoding:content-type :content-type:date:from:from:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=felkmail; bh=hbDk3 3ZxCTMt1n/ItJN8YwASodp90ZfV7RkeZbyKvBA=; b=JXaYXnh4S5p9PnmzC/iDG 8xXu0hfWRsG2RAVXouI0BQG0Vz17pBvgxnZaIeeIUfEaeEV7SJyI2+gPoD3ahI3V VrWa35/is0O/avx9tK/SsB6bd9lHxjtaQSh7LwAlwVtfvAnQStUQegI2mg+V3tvN X7ZoQCTXJXrPfennmi0ooN7FanynE0AYCT5V7wBDXPrICFqS+N4HGsIYV98X2G6g yk75Qn8nIdBCVEpFnu09d2TCJXzeE20Y6pu7DJKbukxjImvUrqvktetlJnB0Kieb ES7LXEBd/231Yhr41jETg4yfMlYJUB4GKWfmW9QTor9huptSu3n8ittWNToskIZe w== Received: from cmp.felk.cvut.cz (haar.felk.cvut.cz [147.32.84.19]) by mailgw.felk.cvut.cz (Proxmox) with ESMTPS id 309B630B2943; Thu, 21 Apr 2022 23:17:08 +0200 (CEST) Received: from haar.felk.cvut.cz (localhost [127.0.0.1]) by cmp.felk.cvut.cz (8.14.0/8.12.3/SuSE Linux 0.6) with ESMTP id 23LLH7TQ026503; Thu, 21 Apr 2022 23:17:07 +0200 Received: (from pisa@localhost) by haar.felk.cvut.cz (8.14.0/8.13.7/Submit) id 23LLH7gv026502; Thu, 21 Apr 2022 23:17:07 +0200 X-Authentication-Warning: haar.felk.cvut.cz: pisa set sender to pisa@cmp.felk.cvut.cz using -f From: Pavel Pisa To: Jiapeng Chong Subject: Re: [PATCH] can: ctucanfd: Remove unused including Date: Thu, 21 Apr 2022 23:17:07 +0200 User-Agent: KMail/1.9.10 Cc: ondrej.ille@gmail.com, wg@grandegger.com, mkl@pengutronix.de, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, linux-can@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Abaci Robot References: <20220421202852.2693-1-jiapeng.chong@linux.alibaba.com> In-Reply-To: <20220421202852.2693-1-jiapeng.chong@linux.alibaba.com> X-KMail-QuotePrefix: > MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <202204212317.07635.pisa@cmp.felk.cvut.cz> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Thanks for checking On Thursday 21 of April 2022 22:28:52 Jiapeng Chong wrote: > Eliminate the follow versioncheck warning: > > ./drivers/net/can/ctucanfd/ctucanfd_base.c: 34 linux/version.h not > needed. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong Acked-by: Pave Pisa > --- > drivers/net/can/ctucanfd/ctucanfd_base.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/can/ctucanfd/ctucanfd_base.c > b/drivers/net/can/ctucanfd/ctucanfd_base.c index 7a4550f60abb..be90136be442 > 100644 > --- a/drivers/net/can/ctucanfd/ctucanfd_base.c > +++ b/drivers/net/can/ctucanfd/ctucanfd_base.c > @@ -31,7 +31,6 @@ > #include > #include > #include > -#include > > #include "ctucanfd.h" > #include "ctucanfd_kregs.h" -- Yours sincerely Pavel Pisa phone: +420 603531357 e-mail: pisa@cmp.felk.cvut.cz Department of Control Engineering FEE CVUT Karlovo namesti 13, 121 35, Prague 2 university: http://control.fel.cvut.cz/ personal: http://cmp.felk.cvut.cz/~pisa projects: https://www.openhub.net/accounts/ppisa CAN related:http://canbus.pages.fel.cvut.cz/ Open Technologies Research Education and Exchange Services https://gitlab.fel.cvut.cz/otrees/org/-/wikis/home