]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
USB: ohci-ppc-of: Drop ohci-littledian compatible
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 12 Jul 2024 12:09:47 +0000 (14:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 08:41:25 +0000 (10:41 +0200)
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>
drivers/usb/host/ohci-ppc-of.c

index f64bfe5f4d4d9d9d869c16df50c5a156d342724f..a6be061f86532bd3357f38cf41d89fbc323a2b85 100644 (file)
@@ -202,10 +202,6 @@ static const struct of_device_id ohci_hcd_ppc_of_match[] = {
        },
 #endif
 #ifdef CONFIG_USB_OHCI_HCD_PPC_OF_LE
-       {
-               .name = "usb",
-               .compatible = "ohci-littledian",
-       },
        {
                .name = "usb",
                .compatible = "ohci-le",