summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-04-20 20:20:56 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-20 20:20:56 -0700
commitae19bc780fa2ed785e81e8c8efc67dd0119953a6 (patch)
tree3a9f87f0e844e589fa0cf34a9b59105f3281704f /drivers/serial
parent8d5097772c5a474b32fafd0fe08ab2201cccf3f7 (diff)
[PATCH] parport_serial fix
parport_serial is calling a couple of 8250 driver functions with no prototypes in scope. Turns out it was calling them with too many args, too.
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/8250_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c
index 954a362b4f07..d9e97644862e 100644
--- a/drivers/serial/8250_pci.c
+++ b/drivers/serial/8250_pci.c
@@ -23,6 +23,7 @@
#include <linux/tty.h>
#include <linux/serial.h>
#include <linux/serial_core.h>
+#include <linux/8250_pci.h>
#include <asm/bitops.h>
#include <asm/byteorder.h>