• Arnd Bergmann's avatar
    ARM: footbridge: make screen_info setup conditional · 617d1464
    Arnd Bergmann authored
    The global screen_info structure is used to communicate
    data about the console from platform code to the console
    driver, but is only defined on ARM if either the VGA or
    dummy consoles are in use.
    
    This changes the footbridge code so we don't try to access
    this structure in case it is not defined, which prevents
    a possible randconfig build error.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Russell King <linux@arm.linux.org.uk>
    617d1464
cats-hw.c 2.01 KB