diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-04-20 20:20:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-20 20:20:56 -0700 |
| commit | ae19bc780fa2ed785e81e8c8efc67dd0119953a6 (patch) | |
| tree | 3a9f87f0e844e589fa0cf34a9b59105f3281704f /drivers/serial | |
| parent | 8d5097772c5a474b32fafd0fe08ab2201cccf3f7 (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.c | 1 |
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> |
