Skip to content

Commit 48ea231

Browse files
RubenKelevragregkh
authored andcommitted
include: fsl_devices.h: drop unused, misspelled FLS_USB2_WORKAROUND_ENGCM09152
The macro was introduced in commit 69cb1ec ("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 a390bef ("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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 11992b4 commit 48ea231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/fsl_devices.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ struct fsl_usb2_platform_data {
118118
#define FSL_USB2_PORT0_ENABLED 0x00000001
119119
#define FSL_USB2_PORT1_ENABLED 0x00000002
120120

121-
#define FLS_USB2_WORKAROUND_ENGCM09152 (1 << 0)
122121

123122
struct spi_device;
124123

0 commit comments

Comments
 (0)