From patchwork Mon Nov 26 15:27:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 10698533 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2828616B1 for ; Mon, 26 Nov 2018 15:36:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1480929C92 for ; Mon, 26 Nov 2018 15:36:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 086A829E71; Mon, 26 Nov 2018 15:36:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_INVALID,DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9353B29F8B for ; Mon, 26 Nov 2018 15:36:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726224AbeK0Ca7 (ORCPT ); Mon, 26 Nov 2018 21:30:59 -0500 Received: from plaes.org ([188.166.43.21]:50282 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726255AbeK0Ca7 (ORCPT ); Mon, 26 Nov 2018 21:30:59 -0500 Received: from localhost (85.253.196.132.cable.starman.ee [85.253.196.132]) by plaes.org (Postfix) with ESMTPSA id 4789541C94; Mon, 26 Nov 2018 15:28:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1543246096; bh=6POH4HWf8Q038kfDzLV0JnZ89Ha7A34mVLpZirOp0+I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TnCPnVVGns5fk4DFCTxNu2pI7wK52XAVta4lEPdm7x0zoJPE3L1PN9J5w5ctjAOtb fkSB/D1sSzpIYaUzmA42ZgpPIi//G56DT/2oROYH4mync7YI4116az9rQAL1Z2Rcly OC4KMDYuTkTx9+EII5+KYY2VFt+ngOL3Z8pGbXzOJl3RIszw4sXrM9suyrH4Acx/f/ XoY9QfJp0te3Tz+XMMExLmxsp8w0DnxkCLWKv31GeR6tnH6gaHd0KIXqho0ZneO6GJ TS9ArPb5Kuw1msh7RLie+E7XPiSZ/6Lj5wXho8MPkq5QNnXSZp6ikGsEXu7MsMtGDQ kBtoQgq1stAdQ== From: Priit Laes To: Lee Jones , Rob Herring , Mark Rutland , Chen-Yu Tsai , Maxime Ripard , Sebastian Reichel , Hans de Goede , Liam Girdwood , Mark Brown , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Cc: Priit Laes , Olliver Schinagl Subject: [PATCH 11/14] mfd: axp20x: Clean up included headers Date: Mon, 26 Nov 2018 17:27:52 +0200 Message-Id: <1567a4f47e802c592a3f109c7b5e0656528e2a5c.1543245984.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Olliver Schinagl Add the bitops.h header as we need it, alphabetize header order. Signed-off-by: Olliver Schinagl Signed-off-by: Priit Laes --- drivers/mfd/axp20x.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 0be511d..da54399 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c @@ -16,18 +16,19 @@ * published by the Free Software Foundation. */ -#include +#include +#include #include +#include #include #include +#include +#include #include +#include #include #include #include -#include -#include -#include -#include #define AXP20X_OFF 0x80