diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-09 00:01:17 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-09 00:26:30 +0400 |
commit | 035cfe5ac55d399169b7f61f7a111d3d7075190c (patch) | |
tree | c3eb57c5ede31da001019c78e7f5c4a051864dc0 /arch/ia64/hp/sim/simserial.c | |
parent | 0745d19abc492437e601c83281287d10202ee411 (diff) | |
download | linux-035cfe5ac55d399169b7f61f7a111d3d7075190c.tar.xz |
simserial, include some headers
And remove declarations which are already in the headers.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/ia64/hp/sim/simserial.c')
-rw-r--r-- | arch/ia64/hp/sim/simserial.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/ia64/hp/sim/simserial.c b/arch/ia64/hp/sim/simserial.c index 0d324e85379e..35ae642b2a1a 100644 --- a/arch/ia64/hp/sim/simserial.c +++ b/arch/ia64/hp/sim/simserial.c @@ -34,9 +34,12 @@ #include <linux/sysrq.h> #include <asm/irq.h> +#include <asm/hpsim.h> #include <asm/hw_irq.h> #include <asm/uaccess.h> +#include "hpsim_ssc.h" + #undef SIMSERIAL_DEBUG /* define this to get some debug information */ #define KEYBOARD_INTR 3 /* must match with simulator! */ @@ -45,11 +48,6 @@ #define IRQ_T(info) ((info->flags & ASYNC_SHARE_IRQ) ? IRQF_SHARED : IRQF_DISABLED) -#define SSC_GETCHAR 21 - -extern long ia64_ssc (long, long, long, long, int); -extern void ia64_ssc_connect_irq (long intr, long irq); - static char *serial_name = "SimSerial driver"; static char *serial_version = "0.6"; |