broadcom-diag: remove BUFFALO_UNKNOWN
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Aug 2013 13:43:07 +0000 (13:43 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Aug 2013 13:43:07 +0000 (13:43 +0000)
This was itriggered by to many non buffalo devices

This closes #14043.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37804

package/kernel/broadcom-diag/src/diag.c

index fedcb01b728c1f730fe89ff5045e2e091665bd45..1d4a4b1180c899f580901a0d0cd718d22d611e55 100644 (file)
@@ -121,7 +121,6 @@ enum {
        WZR_G300N,
        WZR_RS_G54,
        WZR_RS_G54HP,
-       BUFFALO_UNKNOWN,
        BUFFALO_UNKNOWN_4710,
 
        /* Siemens */
@@ -796,15 +795,6 @@ static struct platform_t __initdata platforms[] = {
                        { .name = "vpn",        .gpio = 1 << 1, .polarity = REVERSE },
                },
        },
-       [BUFFALO_UNKNOWN] = {
-               .name           = "Buffalo (unknown)",
-               .buttons        = {
-                       { .name = "reset",      .gpio = 1 << 7 },
-               },
-               .leds           = {
-                       { .name = "diag",       .gpio = 1 << 1, .polarity = REVERSE },
-               },
-       },
        [BUFFALO_UNKNOWN_4710] = {
                .name           = "Buffalo (unknown, BCM4710)",
                .buttons        = {
@@ -1264,8 +1254,6 @@ static struct platform_t __init *platform_detect_legacy(void)
        if (boardnum || !strcmp(boardnum, "00")) {/* probably buffalo */
                if (startswith(boardtype, "bcm94710ap"))
                        return &platforms[BUFFALO_UNKNOWN_4710];
-               else
-                       return &platforms[BUFFALO_UNKNOWN];
        }
 
        if (startswith(getvar("CFEver"), "MotoWRv2") ||