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 X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D861CC43381 for ; Tue, 19 Jan 2021 18:27:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ABB2A22DD3 for ; Tue, 19 Jan 2021 18:27:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728776AbhASQTt (ORCPT ); Tue, 19 Jan 2021 11:19:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:36734 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391813AbhASQNA (ORCPT ); Tue, 19 Jan 2021 11:13:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8C3042313F; Tue, 19 Jan 2021 16:10:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611072651; bh=ocmCpgwDao2iTuPR1N+l2pLHx6KXPjh5Kl2bcWLyNNw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rWfHdMKxN7Wrhxsd1SvImW01qbT5pAHf6k63CMkv38z5SWPqGxX/hyNx7YBW0DkdB jdvlEeTDqQsIFnfQuQqETpAvyAOOVzpTc0bgfXFVhBTKjcUITvIOuMCekU+cueKXWK AQUDsllHRJ6/9AfhSqSHa4JT1k33L1KMyQELlaH/kT9o9r16jWVJJjB7KMO69cPYFh zdcAWXtYHZmwEzKqkaLk8ESSLAhBcNqsRbTK3yIGfi++oa5uJVLAy4ajYeXU8SBlXO FyDtWnwCMaKgz4vO0OKbA2o4gQRXbwfNVARi985S5xBNq/CNLRxKRdeT2iIi/w1Xwn +hH+1RhgYD1RQ== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1l1taj-0012c8-Al; Tue, 19 Jan 2021 17:10:49 +0100 From: Mauro Carvalho Chehab To: Mark Brown , Lee Jones Cc: Mauro Carvalho Chehab , Greg Kroah-Hartman , Mayulong , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 16/21] staging: hikey9xx: simplify includes Date: Tue, 19 Jan 2021 17:10:42 +0100 Message-Id: <069d2e3eaf8c2cb7a37e773278f7bc489f2f3cc5.1611072387.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are several uneeded includes. Remove them. Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c index 9310a9d699bc..99c4f3359f71 100644 --- a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c +++ b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c @@ -7,20 +7,12 @@ // // Copyright (c) 2020-2021 Huawei Technologies Co., Ltd -#include -#include -#include #include -#include #include #include #include #include -#include -#include #include -#include -#include #include #include #include -- 2.29.2