diff options
author | Chen Gang <gang.chen.5i5j@gmail.com> | 2015-03-03 11:33:15 -0500 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2015-03-03 11:33:15 -0500 |
commit | 3591276d16f8e568449e4b6c719165ad2decf222 (patch) | |
tree | 6a6fb90fd9edd0d5d6ddf8e0fd957afbfbaded6e /arch/c6x/kernel/time.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-next-3591276d16f8e568449e4b6c719165ad2decf222.tar.gz |
c6x: kernel: setup: Include "linux/console.h"
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: Chen Gang <gang.chen.5i5j@gmail.com>
[removed unnecessary #ifdef around include]
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/kernel/time.c')
0 files changed, 0 insertions, 0 deletions