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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 1AD6CC433ED for ; Mon, 17 May 2021 12:19:57 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D69A261261 for ; Mon, 17 May 2021 12:19:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D69A261261 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 69B656E942; Mon, 17 May 2021 12:19:56 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3C5E36E942 for ; Mon, 17 May 2021 12:19:55 +0000 (UTC) IronPort-SDR: NKw0rz8bbhYa8tD02scJro5KqZz0IUgK9lZKJCBTA3ScBJB2E+VcDsCxXKYinO8GwcxUBjXeTF Qpsm6YlV+oDQ== X-IronPort-AV: E=McAfee;i="6200,9189,9986"; a="187572973" X-IronPort-AV: E=Sophos;i="5.82,307,1613462400"; d="scan'208";a="187572973" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 05:19:54 -0700 IronPort-SDR: q/zFyVzLXvK1icaN8gE3gFsrnTn7S7TJdPU2qKKyVxduJ2z7MnPya7Api0DC4igUXOz0SxSJQP PFYJ255XC/kg== X-IronPort-AV: E=Sophos;i="5.82,307,1613462400"; d="scan'208";a="540408297" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 05:19:52 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1licDt-00CjRQ-Md; Mon, 17 May 2021 15:19:49 +0300 Date: Mon, 17 May 2021 15:19:49 +0300 From: Andy Shevchenko To: linux-kernel@vger.kernel.org, Rob Clark , Andrew Morton Message-ID: References: <20210407122337.77493-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210407122337.77493-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Subject: Re: [Intel-gfx] [PATCH v1 1/1] drm/i915: Include only needed headers in ascii85.h X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Apr 07, 2021 at 03:23:37PM +0300, Andy Shevchenko wrote: > The ascii85.h is user of exactly two headers, i.e. math.h and types.h. > There is no need to carry on entire kernel.h. It seems DRM has strict rules about what's going thru DRM tree and this one, while being used only for DRM drivers and been originated as i915 code, in a stale position right now. Who can take it, please? (It's Rb by Jani) I Cc'ed this to Andrew, if he is okay to expedite it, and to Rob, who is the committer of the original move patch. Personally to me DRM seems the best match, but... see above. > Signed-off-by: Andy Shevchenko > --- > include/linux/ascii85.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/linux/ascii85.h b/include/linux/ascii85.h > index 4cc40201273e..83ad775ad0aa 100644 > --- a/include/linux/ascii85.h > +++ b/include/linux/ascii85.h > @@ -8,7 +8,8 @@ > #ifndef _ASCII85_H_ > #define _ASCII85_H_ > > -#include > +#include > +#include > > #define ASCII85_BUFSZ 6 > > -- > 2.30.2 > -- With Best Regards, Andy Shevchenko _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx