Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274483
b: refs/heads/master
c: 578b9ce
h: refs/heads/master
i:
  274481: 6a786e2
  274479: 60fce94
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 6958c18 commit 54345dd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 2 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: a59b968ee0ff6e68443d5790fda2a117b36c1f9b
refs/heads/master: 578b9ce0095ff3dd2c3b94508407c3be8fcce68d
1 change: 1 addition & 0 deletions trunk/drivers/tty/hvc/hvc_iseries.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/types.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/console.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/hvc/hvc_vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/console.h>
#include <linux/module.h>

#include <asm/hvconsole.h>
#include <asm/vio.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/jsm/jsm_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
*
***********************************************************************/
#include <linux/moduleparam.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/slab.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/kgdboc.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/console.h>
#include <linux/vt_kern.h>
#include <linux/input.h>
#include <linux/module.h>

#define MAX_CONFIG_LEN 40

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/max3100.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/serial_core.h>
#include <linux/serial.h>
#include <linux/spi/spi.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/max3107-aava.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/sfi.h>
#include <linux/module.h>
#include <asm/mrst.h>
#include "max3107.h"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/max3107.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <linux/gpio.h>
#include <linux/spi/spi.h>
#include <linux/freezer.h>
#include <linux/module.h>
#include "max3107.h"

static const struct baud_table brg26_ext[] = {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/timbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/platform_device.h>
#include <linux/ioport.h>
#include <linux/slab.h>
#include <linux/module.h>

#include "timbuart.h"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/xilinx_uartps.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/module.h>

#define XUARTPS_TTY_NAME "ttyPS"
#define XUARTPS_NAME "xuartps"
Expand Down

0 comments on commit 54345dd

Please sign in to comment.