Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108350
b: refs/heads/master
c: c6ed413
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Aug 11, 2008
1 parent 916abf4 commit 80894b7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 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: b6b7922fbda63040946cac8251d5618ee7880e8a
refs/heads/master: c6ed413ddcfb66e9d3e1318060271391c7659dd3
3 changes: 2 additions & 1 deletion trunk/drivers/input/serio/i8042-sparcio.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#ifndef _I8042_SPARCIO_H
#define _I8042_SPARCIO_H

#include <linux/of_device.h>

#include <asm/io.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/of_device.h>

static int i8042_kbd_irq = -1;
static int i8042_aux_irq = -1;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/sbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/of_device.h>

#include <asm/system.h>
#include <asm/sbus.h>
#include <asm/dma.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/of_device.h>
#include <asm/bpp.h>
#include <asm/irq.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunhv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/of_device.h>

#include <asm/hypervisor.h>
#include <asm/spitfire.h>
#include <asm/prom.h>
#include <asm/of_device.h>
#include <asm/irq.h>

#if defined(CONFIG_MAGIC_SYSRQ)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunsab.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/of_device.h>

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/prom.h>
#include <asm/of_device.h>

#if defined(CONFIG_SERIAL_SUNSAB_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunsu.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
#include <linux/serial_reg.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/of_device.h>

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/prom.h>
#include <asm/of_device.h>

#if defined(CONFIG_SERIAL_SUNSU_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
#include <linux/serio.h>
#endif
#include <linux/init.h>
#include <linux/of_device.h>

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/prom.h>
#include <asm/of_device.h>

#if defined(CONFIG_SERIAL_SUNZILOG_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
Expand Down

0 comments on commit 80894b7

Please sign in to comment.