Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cris build fixes: add baud rate defines

Add missing defines for (unsupported) baud rates.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jesper Nilsson and committed by
Linus Torvalds
eda35b64 5978e791

+13
+13
include/asm-cris/termbits.h
··· 171 171 #define B115200 0010002 172 172 #define B230400 0010003 173 173 #define B460800 0010004 174 + 175 + /* Unsupported rates, but needed to avoid compile error. */ 176 + #define B500000 0010005 177 + #define B576000 0010006 178 + #define B1000000 0010010 179 + #define B1152000 0010011 180 + #define B1500000 0010012 181 + #define B2000000 0010013 182 + #define B2500000 0010014 183 + #define B3000000 0010015 184 + #define B3500000 0010016 185 + #define B4000000 0010017 186 + 174 187 /* etrax supports these additional three baud rates */ 175 188 #define B921600 0010005 176 189 #define B1843200 0010006