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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D2E5C25B4E for ; Tue, 24 Jan 2023 10:50:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232977AbjAXKug (ORCPT ); Tue, 24 Jan 2023 05:50:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232302AbjAXKuf (ORCPT ); Tue, 24 Jan 2023 05:50:35 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 671272711 for ; Tue, 24 Jan 2023 02:50:34 -0800 (PST) X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="353540128" X-IronPort-AV: E=Sophos;i="5.97,242,1669104000"; d="scan'208";a="353540128" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2023 02:50:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="694293025" X-IronPort-AV: E=Sophos;i="5.97,242,1669104000"; d="scan'208";a="694293025" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 24 Jan 2023 02:50:30 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pKGsm-00EIbB-1v; Tue, 24 Jan 2023 12:50:28 +0200 Date: Tue, 24 Jan 2023 12:50:28 +0200 From: Andy Shevchenko To: Hans de Goede Cc: Mauro Carvalho Chehab , Sakari Ailus , Tsuchiya Yuto , Yury Luneff , Nable , andrey.i.trufanov@gmail.com, Fabio Aiuto , linux-media@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH 45/57] media: atomisp: ov2680: Cleanup includes Message-ID: References: <20230123125205.622152-1-hdegoede@redhat.com> <20230123125205.622152-46-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123125205.622152-46-hdegoede@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, Jan 23, 2023 at 01:51:53PM +0100, Hans de Goede wrote: > Remove unused includes and sort the remaining ones alphabetically. Reviewed-by: Andy Shevchenko See below. > Signed-off-by: Hans de Goede > --- > .../media/atomisp/i2c/atomisp-ov2680.c | 19 +++---------------- > 1 file changed, 3 insertions(+), 16 deletions(-) > > diff --git a/drivers/staging/media/atomisp/i2c/atomisp-ov2680.c b/drivers/staging/media/atomisp/i2c/atomisp-ov2680.c > index 994b6fe40069..1dc821ca4e68 100644 > --- a/drivers/staging/media/atomisp/i2c/atomisp-ov2680.c > +++ b/drivers/staging/media/atomisp/i2c/atomisp-ov2680.c > @@ -15,27 +15,14 @@ > * > */ > > -#include > - > -#include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > +#include > #include > -#include > -#include > #include > -#include > +#include > +#include + Blank line? > #include > #include > -#include > -#include + Blank line? > #include "../include/linux/atomisp_gmin_platform.h" > - I would leave it to make separate groups of headers. > #include "ov2680.h" > > static enum atomisp_bayer_order ov2680_bayer_order_mapping[] = { > -- > 2.39.0 > -- With Best Regards, Andy Shevchenko