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 /include | |
| 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 'include')
| -rw-r--r-- | include/linux/8250_pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
