Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: ohci-ppc-of: Drop ohci-littledian compatible

The "ohci-littledian" compatible has typo (edian->endian) and is not
used in in-kernel DTS. Considering the typo and that it is an very old
driver (~2006), drop the compatible.

Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240712120947.86181-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
ac7c73c4 aace0aec

-4
-4
drivers/usb/host/ohci-ppc-of.c
··· 204 204 #ifdef CONFIG_USB_OHCI_HCD_PPC_OF_LE 205 205 { 206 206 .name = "usb", 207 - .compatible = "ohci-littledian", 208 - }, 209 - { 210 - .name = "usb", 211 207 .compatible = "ohci-le", 212 208 }, 213 209 #endif