[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250618164743.1916838-1-rubenkelevra@gmail.com>
Date: Wed, 18 Jun 2025 18:47:43 +0200
From: RubenKelevra <rubenkelevra@...il.com>
To: linux-usb@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org,
shawnguo@...nel.org,
gregkh@...uxfoundation.org,
linux-imx@....com,
linux-kernel@...r.kernel.org,
galak@...nel.crashing.org,
RubenKelevra <rubenkelevra@...il.com>
Subject: [PATCH] include: fsl_devices.h: drop unused, misspelled FLS_USB2_WORKAROUND_ENGCM09152
The macro was introduced in commit 69cb1ec4ce4d ("mxc_udc: add
workaround for ENGcm09152 for i.MX35") on 2010-10-15, but its prefix was
misspelled as **FLS_** instead of the usual **FSL_**.
Its last in-tree user disappeared with commit a390bef7db1f ("usb:
gadget: fsl_mxc_udc: Remove the driver") on 2020-12-10, so the macro has
been completely unused since then.
Remove the dead and wrongly named definition.
Signed-off-by: RubenKelevra <rubenkelevra@...il.com>
---
include/linux/fsl_devices.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 5d231ce8709be..49f20c2f99bf0 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -118,7 +118,6 @@ struct fsl_usb2_platform_data {
#define FSL_USB2_PORT0_ENABLED 0x00000001
#define FSL_USB2_PORT1_ENABLED 0x00000002
-#define FLS_USB2_WORKAROUND_ENGCM09152 (1 << 0)
struct spi_device;
--
2.49.0
Powered by blists - more mailing lists