[SERIAL] Make uart_info flags a bitwise type
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 21 Jan 2006 22:50:36 +0000 (22:50 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2006 22:50:36 +0000 (22:50 +0000)
commit747c8a55946ed037bf7d62454c3c599c02af2262
tree4c20f97a7700da30efa6e6e5f88ca13fe2b8470c
parentba899dbc036d24ab6b45faf64e3648a268721cc9
[SERIAL] Make uart_info flags a bitwise type

The potential for confusing the flags is fairly high.  Make
uart_info's flags a bitwise type so sparse can check that the
right flag definitions are used with the right structure.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/linux/serial_core.h