Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demuxing

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

authored by Mike Frysinger and committed by Bryan Wu d70536ec ceac2651

+1 -1
+1 -1
arch/blackfin/mach-common/ints-priority.c
··· 983 983 984 984 local_irq_disable(); 985 985 986 - #if defined(CONFIG_BF527) || defined(CONFIG_BF536) || defined(CONFIG_BF537) 986 + #if (defined(CONFIG_BF537) || defined(CONFIG_BF536)) 987 987 /* Clear EMAC Interrupt Status bits so we can demux it later */ 988 988 bfin_write_EMAC_SYSTAT(-1); 989 989 #endif