mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
include: fsl_devices.h: drop unused, misspelled FLS_USB2_WORKAROUND_ENGCM09152
The macro was introduced in commit69cb1ec4ce("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 commita390bef7db("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>
This commit is contained in:
parent
11992b4100
commit
48ea231158
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user