From ae19bc780fa2ed785e81e8c8efc67dd0119953a6 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sun, 20 Apr 2003 20:20:56 -0700 Subject: [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. --- include/linux/8250_pci.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/linux/8250_pci.h (limited to 'include/linux') diff --git a/include/linux/8250_pci.h b/include/linux/8250_pci.h new file mode 100644 index 000000000000..5f3ab21b339b --- /dev/null +++ b/include/linux/8250_pci.h @@ -0,0 +1,2 @@ +int pci_siig10x_fn(struct pci_dev *dev, int enable); +int pci_siig20x_fn(struct pci_dev *dev, int enable); -- cgit v1.2.3