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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6C3E0C48BC4 for ; Sat, 17 Feb 2024 16:24:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B5B2010E30B; Sat, 17 Feb 2024 16:24:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GMHsUtT7"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 44EE610E1B1; Sat, 17 Feb 2024 16:24:47 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 3A0E46144D; Sat, 17 Feb 2024 16:24:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69424C433C7; Sat, 17 Feb 2024 16:24:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708187085; bh=ugLCeL/mwE26YkA0WU8mZxmfRwV9jKgBifhbOfWy+H0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GMHsUtT7uwx4J71+s3VCzwTbwMxN1fCnPfDM+4CRRb03Finq8MAZKZOYQjMeosCxQ ABQMPlmAWVhPf28MYvEy9WIlCveqen1s3MinNTrVe1lo4mf5nVtk+VnL95Vh8SPS1l 0RYrMdtnGGRXJK653t+cN+FZ5nFxRFjerrJMGsW8= Date: Sat, 17 Feb 2024 17:24:42 +0100 From: Greg KH To: Thomas Zimmermann Cc: deller@gmx.de, kherbst@redhat.com, lyude@redhat.com, dakr@redhat.com, jani.nikula@linux.intel.com, daniel@ffwll.ch, airlied@gmail.com, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v2 2/8] staging/fbtft: Include Message-ID: <2024021735-impure-excitable-6266@gregkh> References: <20240213084403.20995-1-tzimmermann@suse.de> <20240213084403.20995-3-tzimmermann@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240213084403.20995-3-tzimmermann@suse.de> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Tue, Feb 13, 2024 at 09:42:20AM +0100, Thomas Zimmermann wrote: > Resolved the proxy include via , which does not require the > backlight header. > > Signed-off-by: Thomas Zimmermann Acked-by: Greg Kroah-Hartman