tty: frv, remove unused serial macros
authorJiri Slaby <jslaby@suse.cz>
Mon, 9 May 2016 07:11:56 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 15:56:30 +0000 (08:56 -0700)
commit5691e03593cb9f7abfee93f4581de8933f1d6630
tree46b3e5fe3451d647c64144c29b9e2527c106453b
parent322b7d6d3efd34c7da858b27d7a410b84a9ed6db
tty: frv, remove unused serial macros

STD_COM_FLAGS needs not be defined as it is not used anywhere on frv.

SERIAL_PORT_DFNS is defined to be empty. 8250 is aware of empty
SERIAL_PORT_DFNS and does:
 #ifndef SERIAL_PORT_DFNS
 #define SERIAL_PORT_DFNS
 #endif

So no need to define it on frv.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/frv/include/asm/serial.h