• Paul Burton's avatar
    MIPS: Loongson32: Remove DMA & NAND devices from ls1b/board.c · 62c2766c
    Paul Burton authored
    Commit 7b3415f5 ("MIPS: Loongson32: Remove unused platform devices")
    removed the definitions of platform devices which have no in tree
    drivers from common Loongson32 code, but missed their removal from
    Loongson 1B board code in arch/mips/loongson32/ls1b/board.c. This causes
    build failures due to the missing declarations of ls1x_dma_pdev,
    ls1x_nand_pdev & their associated *_set_platdata functions.
    
    Remove the dead code from arch/mips/loongson32/ls1b/board.c to fix the
    build.
    Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
    Fixes: 7b3415f5 ("MIPS: Loongson32: Remove unused platform devices")
    62c2766c
board.c 1.46 KB