From patchwork Wed Apr 9 12:21:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 14044525 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 79FE725E81F; Wed, 9 Apr 2025 12:21:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744201307; cv=none; b=SUDKNRyQz3y6VmL7hgAN9Jq4FOB7fdNATDLpwzJiofctui8j3r1gkY5/4z0w7gJwMSQYrLujwfdTBlbXqzxU4fNRPmkdh35H6xOx6B420ijmYw6mVKLFTr/9FpjVrwNGA/xOiLq6cgLOtbA2dm8UmdskI5GERRsrRCx4e8ybloY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744201307; c=relaxed/simple; bh=4t4Wq5bMUS44d/UJ61XjcweeMUI0dgxkR3h8v0acrhI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=CTPo6uEaasCSxvc/gAR1uubigatZrjckVd3QJ9L1QN5mzpOmYTpLWa8AvIdZ+cHavbRu8ZUqfnFYezwa+YnVFy6sRBWqHY5WmmNStTN6b0sYv9kf9D8U8Gv9QuMgqSB9Fd+ba97FacsFSgrzu6nQwa0Osm/81eCk1eMYfUVElVU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=l2vDAyU7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="l2vDAyU7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C74ABC4CEE3; Wed, 9 Apr 2025 12:21:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744201306; bh=4t4Wq5bMUS44d/UJ61XjcweeMUI0dgxkR3h8v0acrhI=; h=From:To:Cc:Subject:Date:From; b=l2vDAyU7JVulITVyTZqYR1Pj8WUo/5DgHVTiooGnrvirjqxu+CDAVux+rqjtFMR5j vFcg9KmzA8x7AUxwcZcdmYUTnbugXXdYK5A9Ebq06Rdr5fy3jnnM7rK1lYd5t93rru F+BY7RbPTG13EpGd3f1bEOnoLqra8nmNXresuF90QazZARU+OlsiJt33DsgcfsUEyr CxB6rYRae5Hv5vXHqY1gnkks/fS5k04Aa5NY873rE/NUyIqjo1ADwxEwktbxJAjzFO diLG3vQwwIE8ZZlCATWo+T16oYgxm2kF85ifEqATMlwVhDeB7gbS2XG+i4LYHkHq7E sl9g4tGHgM3Ag== From: Arnd Bergmann To: linux-kernel@vger.kernel.org Cc: Arnd Bergmann , Russell King , Jiri Kosina , Greg Kroah-Hartman , Daniel Lezcano , Thomas Gleixner , Ian Abbott , H Hartley Sweeten , Frank Binns , Matt Coster , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Dmitry Torokhov , Maxime Coquelin , Alexandre Torgue , Peter Rosin , Marek Szyprowski , Robin Murphy , Peter Zijlstra , Ingo Molnar , Will Deacon , Boqun Feng , Waiman Long , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-input@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, iommu@lists.linux.dev Subject: [PATCH 00/10] -Wunused-const-variable warning fixes Date: Wed, 9 Apr 2025 14:21:31 +0200 Message-Id: <20250409122131.2766719-1-arnd@kernel.org> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Arnd Bergmann Most patches I sent during the previous kernel cycle have made it in, these ten still remain for the moment. Please apply. Arnd Bergmann (10): drm/imagination: avoid unused-const-variable warning [v2] clocksource: atmel_tcb: fix kconfig dependency [v2] Input: stmpe-ts - use module alias instead of device table [RESEND] mux: adg792a: remove incorrect of_match_ptr annotation [RESEND] sched: open-code max_rt_runtime definition [RESEND] lockdep: change 'static const' variables to enum values [RESEND] ARM: fixmap: make __end_of_early_ioremap_region an enum value [RESEND 2] comedi: ni_atmio: avoid warning for unused device_ids[] table [RESEND 2] apm-emulation: hide an unused variable [RESEND 3] dma/contiguous: avoid warning about unused size_bytes arch/arm/include/asm/fixmap.h | 9 ++++----- drivers/char/apm-emulation.c | 5 ++--- drivers/clocksource/Kconfig | 4 ++-- drivers/comedi/drivers/ni_atmio.c | 2 +- drivers/gpu/drm/imagination/pvr_fw_trace.c | 8 ++++---- drivers/gpu/drm/imagination/pvr_fw_trace.h | 2 -- drivers/input/touchscreen/stmpe-ts.c | 7 +------ drivers/mux/adg792a.c | 2 +- kernel/dma/contiguous.c | 3 +-- kernel/locking/lockdep_internals.h | 18 ++++++++++-------- kernel/sched/rt.c | 6 ++---- 11 files changed, 28 insertions(+), 38 deletions(-)