Skip to content

Commit e77939e

Browse files
bulwahngregkh
authored andcommitted
usb: remove reference to deleted config STB03xxx
Commit 7583b63 ("powerpc/40x: Remove STB03xxx") removes the config STB03xxx, but left a reference in ./drivers/usb/Kconfig behind. Hence, ./scripts/checkkconfigsymbols.py warns: STB03xxx Referencing files: drivers/usb/Kconfig Remove this reference to the deleted config. Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3b445c9 commit e77939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config USB_OHCI_BIG_ENDIAN_MMIO
1111

1212
config USB_OHCI_LITTLE_ENDIAN
1313
bool
14-
default n if STB03xxx || PPC_MPC52xx
14+
default n if PPC_MPC52xx
1515
default y
1616

1717
config USB_EHCI_BIG_ENDIAN_MMIO

0 commit comments

Comments
 (0)