From patchwork Thu Mar 12 23:47:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11435703 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4942014B4 for ; Thu, 12 Mar 2020 23:47:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1EB7A20716 for ; Thu, 12 Mar 2020 23:47:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ZNS13aW2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727061AbgCLXrm (ORCPT ); Thu, 12 Mar 2020 19:47:42 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:34486 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727033AbgCLXrl (ORCPT ); Thu, 12 Mar 2020 19:47:41 -0400 Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A2CDF5F; Fri, 13 Mar 2020 00:47:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1584056858; bh=UV03CJRAHAF1RgvWtdbZbxP2sSEj8KlgaU6QJImCRbw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZNS13aW2hcuMsadX38G2e3YkrnKpZpyTm1hx6uXNUZli+tJgUIV4lPWdZOBjTezMH P9ElqWRX6rXy3beTexy8lqo9zsVJ8xiE4tFbwFoXhTIqN10LJmXwxoY6lzDmP6tbXB 7G96I3+pwYnltZuJ7SsTGo5p6ut3qrBvkCHYao68= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Steve Longerbeam , Philipp Zabel , Rui Miguel Silva Subject: [PATCH 12/14] media: imx: imx7-mipi-csis: Cleanup includes Date: Fri, 13 Mar 2020 01:47:20 +0200 Message-Id: <20200312234722.23483-13-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200312234722.23483-1-laurent.pinchart@ideasonboard.com> References: <20200312234722.23483-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Remove unneeded includes, add needed ones, and sort them alphabetically. Signed-off-by: Laurent Pinchart --- drivers/staging/media/imx/imx7-mipi-csis.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/imx/imx7-mipi-csis.c b/drivers/staging/media/imx/imx7-mipi-csis.c index 7112969d1cf4..0829980d7af5 100644 --- a/drivers/staging/media/imx/imx7-mipi-csis.c +++ b/drivers/staging/media/imx/imx7-mipi-csis.c @@ -14,15 +14,14 @@ #include #include #include -#include #include -#include #include -#include +#include +#include #include #include -#include #include +#include #include #include