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.6 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 62912C433E9 for ; Sun, 7 Feb 2021 15:50:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E64B64D9A for ; Sun, 7 Feb 2021 15:50:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229629AbhBGPuO (ORCPT ); Sun, 7 Feb 2021 10:50:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:34040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229646AbhBGPuK (ORCPT ); Sun, 7 Feb 2021 10:50:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0851464E5C; Sun, 7 Feb 2021 15:49:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612712944; bh=ML9ja9AGVGmBbuz2rGGTZBYVZbEJbosGAawvpn9xyxY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vxp2kcuUDT7pJ80DXXsAj/mAyS7Ij7TpYEFdNgG9aPuEWmta32XzMWNz6aE0MlUdY PSMlqLSEsj4aszWwCCPavM9DsBKUUuBq49G0Hut2niv9cN+gYyrPP/dz6TuurBV9NU MPDkhS1/scYAj3tHljkIsyYZFUPRwarAl1Q3HsElhP6+Mye+FiVHn7MKz5/M1Df+z/ Bp3GYi2hJvax6MDKdJzwbbehyv5UvcbD6FiWsrB90TEmjX1P8WxpfbzCMuLC+fNh0t ycewFxl0QakgsD0YUnAhbKnWga30cTY++zgw18APSaBCf7NLNEjekofNSh94w107xn szHK6f6K+8Uug== From: Jonathan Cameron To: linux-iio@vger.kernel.org Cc: Lars-Peter Clausen , Michael Hennerich , song.bao.hua@hisilicon.com, robh+dt@kernel.org, Jonathan Cameron Subject: [PATCH 14/24] staging:iio:cdc:ad7150: Reorganize headers. Date: Sun, 7 Feb 2021 15:46:13 +0000 Message-Id: <20210207154623.433442-15-jic23@kernel.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210207154623.433442-1-jic23@kernel.org> References: <20210207154623.433442-1-jic23@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org From: Jonathan Cameron Whilst not important, it's nice to have the general headers in alphabetical order. Signed-off-by: Jonathan Cameron --- drivers/staging/iio/cdc/ad7150.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c index 5d4783da7f98..9e88e774752f 100644 --- a/drivers/staging/iio/cdc/ad7150.c +++ b/drivers/staging/iio/cdc/ad7150.c @@ -6,13 +6,13 @@ */ #include -#include #include -#include -#include -#include +#include #include +#include +#include #include +#include #include #include -- 2.30.0