]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: UniPhier: borrow macros from linux/serial_reg.h
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 30 Oct 2014 03:11:14 +0000 (12:11 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 11 Nov 2014 15:14:30 +0000 (00:14 +0900)
commit325b708a61fdbfca7be169f442a4b50b6d8180f5
treeb43475274d526b6306479392f580d5005267dd4f
parent9906090f527153afddc5aa64d37cb5f89c6ee129
serial: UniPhier: borrow macros from linux/serial_reg.h

The same bit-field macros are defined in include/linux/serial_reg.h
so let's include it and delete duplicated defines.

Also, remove unnecessary inclusion of <common.h>.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
drivers/serial/serial_uniphier.c