ANDROID: fix build error in ksz9477.c
In commit 65a93833 ("net: dsa: microchip: fix initial port flush problem"), a new build warning is added which breaks the Android builds as we are treating all warnings as errors now. Fix this up by removing the offending variable that is no longer used to resolve the build. Fixes: 65a93833 ("net: dsa: microchip: fix initial port flush problem") Change-Id: I177a0fd1a17b7099e7a284e627c15edfc181c166 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment