• Chen Gang's avatar
    c6x: kernel: setup: Include "linux/console.h" · 3591276d
    Chen Gang authored
    Or c6x will cause building break for allmodconfig, the related error:
    
        CC      arch/c6x/kernel/setup.o
      arch/c6x/kernel/setup.c: In function 'setup_arch':
      arch/c6x/kernel/setup.c:433:2: error: 'conswitchp' undeclared (first use in this function)
        conswitchp = &dummy_con;
        ^
      arch/c6x/kernel/setup.c:433:2: note: each undeclared identifier is reported only once for each function it appears in
      arch/c6x/kernel/setup.c:433:16: error: 'dummy_con' undeclared (first use in this function)
        conswitchp = &dummy_con;
                      ^
    Signed-off-by: default avatarChen Gang <gang.chen.5i5j@gmail.com>
    [removed unnecessary #ifdef around include]
    Signed-off-by: default avatarMark Salter <msalter@redhat.com>
    3591276d
setup.c 11.1 KB