Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83915
b: refs/heads/master
c: 1237a2e
h: refs/heads/master
i:
  83913: 0a69350
  83911: 16e0c1f
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 7, 2008
1 parent 51def75 commit c08dbe6
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6de0c9864c10d17f2473940c5f81718a5064bd8
refs/heads/master: 1237a2ef31cf60e01bbecbe198d8c002bbb710db
1 change: 0 additions & 1 deletion trunk/drivers/char/epca.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static char *board_desc[] =
#define ON 1

#define FEPTIMEOUT 200000
#define SERIAL_TYPE_NORMAL 1
#define SERIAL_TYPE_INFO 3
#define EPCA_EVENT_HANGUP 1
#define EPCA_MAGIC 0x5c6df104L
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ static char serial_version[] __initdata = "2.2";

static struct tty_driver *esp_driver;

/* serial subtype definitions */
#define SERIAL_TYPE_NORMAL 1

/*
* Serial driver configuration section. Here are the various options:
*
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/ip2/ip2main.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ static char *pcVersion = "1.2.14";
static char *pcDriver_name = "ip2";
static char *pcIpl = "ip2ipl";

/* Serial subtype definitions */
#define SERIAL_TYPE_NORMAL 1

// cheezy kludge or genius - you decide?
int ip2_loadmain(int *, int *, unsigned char *, int);
static unsigned char *Fip_firmware;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@
#define MXSER_ERR_IRQ_CONFLIT -3
#define MXSER_ERR_VECTOR -4

#define SERIAL_TYPE_NORMAL 1
#define SERIAL_TYPE_CALLOUT 2

#define WAKEUP_CHARS 256

#define UART_MCR_AFE 0x20
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/char/serial167.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@

#define STD_COM_FLAGS (0)

#define SERIAL_TYPE_NORMAL 1

static struct tty_driver *cy_serial_driver;
extern int serial_console;
static struct cyclades_port *serial_console_info = NULL;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/char/sx.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ struct vpd_prom {

#define IS_CF_BOARD(board) (board->flags & (SX_CFISA_BOARD | SX_CFPCI_BOARD))

#define SERIAL_TYPE_NORMAL 1

/* The SI processor clock is required to calculate the cc_int_count register
value for the SI cards. */
#define SI_PROCESSOR_CLOCK 25000000
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/serial/68328serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ extern wait_queue_head_t keypress_wait;

struct tty_driver *serial_driver;

/* serial subtype definitions */
#define SERIAL_TYPE_NORMAL 1

/* number of characters left in xmit buffer before we ask for more */
#define WAKEUP_CHARS 256

Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/serial/crisv10.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ static char *serial_version = "$Revision: 1.25 $";

struct tty_driver *serial_driver;

/* serial subtype definitions */
#ifndef SERIAL_TYPE_NORMAL
#define SERIAL_TYPE_NORMAL 1
#endif

/* number of characters left in xmit buffer before we ask for more */
#define WAKEUP_CHARS 256

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/isicom.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#define BOARD_COUNT 4
#define PORT_COUNT (BOARD_COUNT*16)

#define SERIAL_TYPE_NORMAL 1

/* character sizes */

#define ISICOM_CS5 0x0000
Expand Down

0 comments on commit c08dbe6

Please sign in to comment.