Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1237a2ef authored by Jiri Slaby's avatar Jiri Slaby Committed by Linus Torvalds
Browse files

Char: char/serial, remove SERIAL_TYPE_NORMAL redefines



Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f6de0c98
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,6 @@ static char *board_desc[] =
#define ON         1
#define ON         1


#define FEPTIMEOUT 200000  
#define FEPTIMEOUT 200000  
#define SERIAL_TYPE_NORMAL  1
#define SERIAL_TYPE_INFO    3
#define SERIAL_TYPE_INFO    3
#define EPCA_EVENT_HANGUP   1
#define EPCA_EVENT_HANGUP   1
#define EPCA_MAGIC          0x5c6df104L
#define EPCA_MAGIC          0x5c6df104L
+0 −3
Original line number Original line Diff line number Diff line
@@ -111,9 +111,6 @@ static char serial_version[] __initdata = "2.2";


static struct tty_driver *esp_driver;
static struct tty_driver *esp_driver;


/* serial subtype definitions */
#define SERIAL_TYPE_NORMAL	1

/*
/*
 * Serial driver configuration section.  Here are the various options:
 * Serial driver configuration section.  Here are the various options:
 *
 *
+0 −3
Original line number Original line Diff line number Diff line
@@ -153,9 +153,6 @@ static char *pcVersion = "1.2.14";
static char *pcDriver_name   = "ip2";
static char *pcDriver_name   = "ip2";
static char *pcIpl    		 = "ip2ipl";
static char *pcIpl    		 = "ip2ipl";


/* Serial subtype definitions */
#define SERIAL_TYPE_NORMAL    1

// cheezy kludge or genius - you decide?
// cheezy kludge or genius - you decide?
int ip2_loadmain(int *, int *, unsigned char *, int);
int ip2_loadmain(int *, int *, unsigned char *, int);
static unsigned char *Fip_firmware;
static unsigned char *Fip_firmware;
+0 −3
Original line number Original line Diff line number Diff line
@@ -81,9 +81,6 @@
#define	MXSER_ERR_IRQ_CONFLIT	-3
#define	MXSER_ERR_IRQ_CONFLIT	-3
#define	MXSER_ERR_VECTOR	-4
#define	MXSER_ERR_VECTOR	-4


#define SERIAL_TYPE_NORMAL	1
#define SERIAL_TYPE_CALLOUT	2

#define WAKEUP_CHARS		256
#define WAKEUP_CHARS		256


#define UART_MCR_AFE		0x20
#define UART_MCR_AFE		0x20
+0 −2
Original line number Original line Diff line number Diff line
@@ -90,8 +90,6 @@


#define STD_COM_FLAGS (0)
#define STD_COM_FLAGS (0)


#define SERIAL_TYPE_NORMAL  1

static struct tty_driver *cy_serial_driver;
static struct tty_driver *cy_serial_driver;
extern int serial_console;
extern int serial_console;
static struct cyclades_port *serial_console_info = NULL;
static struct cyclades_port *serial_console_info = NULL;
Loading