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 49969C001B0 for ; Thu, 10 Aug 2023 13:02:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234599AbjHJNCe (ORCPT ); Thu, 10 Aug 2023 09:02:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230197AbjHJNCe (ORCPT ); Thu, 10 Aug 2023 09:02:34 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 770102691 for ; Thu, 10 Aug 2023 06:02:33 -0700 (PDT) Received: from dggpemm500024.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4RM6SN6p5yzcdW9; Thu, 10 Aug 2023 20:59:00 +0800 (CST) Received: from [10.67.110.173] (10.67.110.173) by dggpemm500024.china.huawei.com (7.185.36.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Thu, 10 Aug 2023 21:02:31 +0800 Message-ID: <57c0c8bc-03ea-6306-1110-3bf2260d109f@huawei.com> Date: Thu, 10 Aug 2023 21:02:31 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH -next] hwrng: Remove duplicated include To: Herbert Xu CC: , References: <20230810115858.24735-1-guozihua@huawei.com> Content-Language: en-US From: "Guozihua (Scott)" In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.110.173] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpemm500024.china.huawei.com (7.185.36.203) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 2023/8/10 20:14, Herbert Xu wrote: > On Thu, Aug 10, 2023 at 07:58:58PM +0800, GUO Zihua wrote: >> Remove duplicated include of linux/random.h. Resolves checkincludes >> message. >> >> Signed-off-by: GUO Zihua >> --- >> drivers/char/hw_random/core.c | 1 - >> 1 file changed, 1 deletion(-) > > Please sort the header files alphabetically. > > Thanks, Hi Herbert, Thanks for the incredibly timely reply! A v2 has been sent. -- Best GUO Zihua