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 0E89ECD3423 for ; Fri, 1 May 2026 21:57:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2843C10E1A4; Fri, 1 May 2026 21:57:26 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="bsg+n/+v"; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9FF5710E1A4 for ; Fri, 1 May 2026 21:57:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1777672643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OgYb6Q6VT1d8Vcjc4hdMcMbpViHB83uWVolo9jV/q9s=; b=bsg+n/+vnAlq1KhTXZ4GYxd0OWmvyBZKnmo2pueLmI4yzh2YMzxiapbO6ke77BNQU5o2/U mmIe5UbRIsVSxb1PLLsIk41BIquLTm02qu6jq4AhAtD1pDThXVy5n+Kb0ca/fVh5KVCS6w qKhZfqANCznfZaCLcVhXB2HqpVRBN2Q= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-235-tBYRbHs8N6WQOjczobiswQ-1; Fri, 01 May 2026 17:57:20 -0400 X-MC-Unique: tBYRbHs8N6WQOjczobiswQ-1 X-Mimecast-MFC-AGG-ID: tBYRbHs8N6WQOjczobiswQ_1777672638 Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 77E5419560B7; Fri, 1 May 2026 21:57:17 +0000 (UTC) Received: from GoldenWind.lan (unknown [10.22.64.61]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 2C18A18001ED; Fri, 1 May 2026 21:57:15 +0000 (UTC) From: Lyude Paul To: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: "Timur Tabi" , "Dave Airlie" , "Maarten Lankhorst" , "Ben Skeggs" , "Simona Vetter" , "David Airlie" , "Thomas Zimmermann" , "Maxime Ripard" , "Danilo Krummrich" , "Lyude Paul" Subject: [PATCH] drm/nouveau/kms/nvd9-: Remove unused header in crc.c Date: Fri, 1 May 2026 17:57:02 -0400 Message-ID: <20260501215703.820656-2-lyude@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 X-Mimecast-MFC-PROC-ID: ITrTq43Romsbmq2Jqe9EX1_YCvjRl-CG5q0gmUjVr-8_1777672638 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit content-type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" No functional changes. Signed-off-by: Lyude Paul --- drivers/gpu/drm/nouveau/dispnv50/crc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/crc.c b/drivers/gpu/drm/nouveau/dispnv50/crc.c index deb6af40ef328..42a6ebbc2e3c3 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/crc.c +++ b/drivers/gpu/drm/nouveau/dispnv50/crc.c @@ -16,7 +16,6 @@ #include "nouveau_drv.h" #include "core.h" #include "head.h" -#include "wndw.h" #include "handles.h" #include "crc.h" base-commit: 29d6da40d0b8bf3bbc3dcd1d2198434a0e1f71b0 -- 2.54.0