On Fri, May 08, 2026 at 06:22:46PM -0700, Ethan Nelson-Moore wrote: > The rx51 driver relies on the machine_is_nokia_rx51() macro, which is > always false since commit 9b7141d01a76 ("ARM: OMAP2+: Drop legacy board > file for n900"). Its presence prevents the removal of boards no longer > present in the kernel from arch/arm/tools/mach-types, because the > machine_is_*() macros are generated from mach-types. Drop this unused > code. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.