]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
include: fsl_devices.h: drop unused, misspelled FLS_USB2_WORKAROUND_ENGCM09152
authorRubenKelevra <rubenkelevra@gmail.com>
Wed, 18 Jun 2025 16:47:43 +0000 (18:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2025 10:29:17 +0000 (12:29 +0200)
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@gmail.com>
Link: https://lore.kernel.org/r/20250618164743.1916838-1-rubenkelevra@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/fsl_devices.h

index 5d231ce8709be48a95040d99179613660297f107..49f20c2f99bf08ca3f82301d39dc800f9b08df17 100644 (file)
@@ -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;