diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 19:46:01 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 19:46:01 -0400 |
| commit | 66f49739fe1591197364f2dad1b67b975e8f5e85 (patch) | |
| tree | 5c804af8a3789c0cdf319e27bad3005d6a471cdf | |
| parent | 0cdf6990e992902ae59cbc625d28cb41390f378e (diff) | |
| parent | 57e4acb3f63e1d3d74a75613eefde8b2d68164e3 (diff) | |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
[IA64] Un-break ia64 build
| -rw-r--r-- | include/asm-ia64/pci.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/asm-ia64/pci.h b/include/asm-ia64/pci.h index 3523d2584598..0149097b736d 100644 --- a/include/asm-ia64/pci.h +++ b/include/asm-ia64/pci.h | |||
| @@ -96,10 +96,12 @@ extern int pci_mmap_page_range (struct pci_dev *dev, struct vm_area_struct *vma, | |||
| 96 | #define HAVE_PCI_LEGACY | 96 | #define HAVE_PCI_LEGACY |
| 97 | extern int pci_mmap_legacy_page_range(struct pci_bus *bus, | 97 | extern int pci_mmap_legacy_page_range(struct pci_bus *bus, |
| 98 | struct vm_area_struct *vma); | 98 | struct vm_area_struct *vma); |
| 99 | extern ssize_t pci_read_legacy_io(struct kobject *kobj, char *buf, loff_t off, | 99 | extern ssize_t pci_read_legacy_io(struct kobject *kobj, |
| 100 | size_t count); | 100 | struct bin_attribute *bin_attr, |
| 101 | extern ssize_t pci_write_legacy_io(struct kobject *kobj, char *buf, loff_t off, | 101 | char *buf, loff_t off, size_t count); |
| 102 | size_t count); | 102 | extern ssize_t pci_write_legacy_io(struct kobject *kobj, |
| 103 | struct bin_attribute *bin_attr, | ||
| 104 | char *buf, loff_t off, size_t count); | ||
| 103 | extern int pci_mmap_legacy_mem(struct kobject *kobj, | 105 | extern int pci_mmap_legacy_mem(struct kobject *kobj, |
| 104 | struct bin_attribute *attr, | 106 | struct bin_attribute *attr, |
| 105 | struct vm_area_struct *vma); | 107 | struct vm_area_struct *vma); |
