From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6C2965D48F; Wed, 6 Mar 2024 17:59:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.194 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709747973; cv=none; b=jfTTg9pEpWTjjAw1fvYmRoIhe8yM+nvHkxY+mznEZfrPHOEF3Lx6poviORPhGxHt1s44IFkVX0mzVPWwHkTBa25A+ouDYzd31KNLU7FWW9lA0yzum+ex3uT/jYHv2sIA+R3ENs/7RN89CcUx1LNeFsOKOQUPCCipKrpj2vobuiw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709747973; c=relaxed/simple; bh=ECHxC7b7bLXcI95sYnAvV2Yu8iR1BSGxurCKiipgcxk=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=nIELKkdBaXuR1zB9DulCSdqBzYf79SrCoNZjkZY2loSrjRvVmQQO4BNpEilVH0tXqXuY0w8s3EgVAsIZo/D1gBcwiTiCa1ll3yF+CDejcaklVInDnazXex+KXN5Id5aLVU+ZHmko8nz1nd8q+tdJiiblHDwu0P0sOKWbO6HUPnI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=WGWNeC2M; arc=none smtp.client-ip=217.70.183.194 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="WGWNeC2M" Received: by mail.gandi.net (Postfix) with ESMTPSA id D5F8A4000D; Wed, 6 Mar 2024 17:59:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709747969; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QnePZ6t0muj+qmO6GfgW6xbIGHfwmN9GJxf+1OfIJzA=; b=WGWNeC2MV1NPZRTiQznlZ0yZ4yKFUe/qf+KzxskGcjIdLN+SrgM1jyS21PiAySEAn+hv5N gEzBH4kuV8jXhiZY/Nlr1rCBbm3xBDeYy18MRGBcQtztI6xVP6sSC0qFAaz2snAxVShLTu UdcXZXS51wR3IMhvA79U9MrWpwfvUrFotZioi/EtrIpxJrBtzCaCb8jhEHc5QQvEuBwjkx uIQL79O9KsFFIFP5OxR3QBVWAZh6OpU/mcvHnkbKe3DcgeBCNz6ZLRhD0W6+eziLIkPcqI PV1iGk03maSyqjpUfDpRHWb/tniMSimlFZ74ACB1oLSeAGGw1vyeAa66ULROvg== From: =?utf-8?q?Th=C3=A9o_Lebrun?= Date: Wed, 06 Mar 2024 18:59:29 +0100 Subject: [PATCH v3 09/11] i2c: nomadik: sort includes Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <20240306-mbly-i2c-v3-9-605f866aa4ec@bootlin.com> References: <20240306-mbly-i2c-v3-0-605f866aa4ec@bootlin.com> In-Reply-To: <20240306-mbly-i2c-v3-0-605f866aa4ec@bootlin.com> To: Linus Walleij , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Bogendoerfer Cc: linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Gregory Clement , Vladimir Kondratiev , Thomas Petazzoni , Tawfik Bayouk , =?utf-8?q?Th=C3=A9o_Lebrun?= X-Mailer: b4 0.13.0 X-GND-Sasl: theo.lebrun@bootlin.com Sort #include statements in i2c-nomadik driver. Signed-off-by: Théo Lebrun --- drivers/i2c/busses/i2c-nomadik.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/i2c/busses/i2c-nomadik.c b/drivers/i2c/busses/i2c-nomadik.c index 7d039bd36aa6..ce18f7d43945 100644 --- a/drivers/i2c/busses/i2c-nomadik.c +++ b/drivers/i2c/busses/i2c-nomadik.c @@ -15,21 +15,21 @@ * Author: Srinidhi Kasagar * Author: Sachin Verma */ +#include #include +#include +#include +#include #include -#include -#include -#include #include -#include -#include -#include #include -#include +#include +#include #include #include -#include +#include #include +#include #define DRIVER_NAME "nmk-i2c" -- 2.44.0