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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BA749C6FD1D for ; Mon, 20 Mar 2023 09:23:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6PEJYsiKdXXaTiYNDLGJbVn3bD49iRwj703hy9S44AU=; b=id1Uy5aWNHvCrINtmxBSSheVxN KE5SsVnCPsCm6T2L1mepU0oMDTUIbvdB8hRLpULlw3iow2ACQfkBbF9PcNYtm9cP8aQSoA/sYK0Ai QjF7HYxGxGSWxKpfGb/oAqfhnFM9uD9VSjnsKKTCAAKQ/4uhQzIPwo/oZrKUDCljNp3opPItNTGDR nyAo9OAgKJSJTX4SwGJUM0ffQ9SClbOT76MC8AGLqqsYOJzYfcJhFlIWywq5RePabFj6IrYZir8aT RlzxrcAeuys3mOH73uYLfVtQcnie5t0E5OjZuXOirbm/WOyLHLVtVAA2/iRUNLU50OMtJfIeQdy70 ulmfu4Ww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1peBj8-008T9N-24; Mon, 20 Mar 2023 09:22:50 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1peBj5-008T82-2V for linux-arm-kernel@lists.infradead.org; Mon, 20 Mar 2023 09:22:49 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1peBix-0008TG-Nn; Mon, 20 Mar 2023 10:22:39 +0100 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1peBit-005QLn-Vh; Mon, 20 Mar 2023 10:22:35 +0100 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1peBit-006P91-09; Mon, 20 Mar 2023 10:22:35 +0100 Date: Mon, 20 Mar 2023 10:22:34 +0100 From: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= To: David Airlie , Daniel Vetter , Philipp Zabel Cc: kernel test robot , Shawn Guo , dri-devel@lists.freedesktop.org, NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] drm/imx/lcdc: Fix compilation with CONFIG_OF=n Message-ID: <20230320092234.knm2nbdcvrmyhbev@pengutronix.de> References: <20230318221027.260115-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 In-Reply-To: <20230318221027.260115-1-u.kleine-koenig@pengutronix.de> X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230320_022247_810358_A2985843 X-CRM114-Status: GOOD ( 12.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2561820599523124618==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2561820599523124618== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c2urlhry2xy4zieu" Content-Disposition: inline --c2urlhry2xy4zieu Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, On Sat, Mar 18, 2023 at 11:10:27PM +0100, Uwe Kleine-K=F6nig wrote: > The driver needs the include . WIth CONFIG_OF enabled Just noticed: s/WIth/With/. Assuming no further review comments make a v2 necessary: Should I resend for that, or can you fixup when you apply this patch? Best regards Uwe --=20 Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | https://www.pengutronix.de/ | --c2urlhry2xy4zieu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEP4GsaTp6HlmJrf7Tj4D7WH0S/k4FAmQYJdkACgkQj4D7WH0S /k7prgf/STzFKVt5QbkUa07jMZ/UYtTf/xJUzRGoZVtCzT+XOyHFQayMZk5ujsKX hxWuZrcFPpaAprWeO/WRIMZtpY7opfElUn9JBI4hkzlEElvYhGTUk4fq5R3VeXs9 mUWLcVsXHiPGsr5mLvOZJBjEpDhXVJX7dEVrsdTCgRT8CK8vL4VuuqNkpSNfqF8B MEL2EL0uyoIntyVMejBPMoeZatd9jf/JXl2ZWRX6uJFTF+eAgEXlGg5cxJtLTDXj t6puBS02P37U0AbEaUwsjlKyZwDfByR0FS1Ohl0wqR/2i1aRBNOpusSMrekS3vhY 1qA413t36oFKtFiUutfQeg/y2JiScw== =PhSN -----END PGP SIGNATURE----- --c2urlhry2xy4zieu-- --===============2561820599523124618== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2561820599523124618==--