Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5efa16ff authored by Matt Turner's avatar Matt Turner
Browse files

alpha: fix pci_mmap_resource API breakage



Caused by 2c3c8bea which was clearly not
even compile tested.

Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 87a9d57d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ static int __pci_mmap_fits(struct pci_dev *pdev, int num,

/**
 * pci_mmap_resource - map a PCI resource into user memory space
 * @filp: open sysfs file
 * @kobj: kobject for mapping
 * @attr: struct bin_attribute for the file being mapped
 * @vma: struct vm_area_struct passed into the mmap
@@ -61,7 +60,7 @@ static int __pci_mmap_fits(struct pci_dev *pdev, int num,
 *
 * Use the bus mapping routines to map a PCI resource into userspace.
 */
static int pci_mmap_resource(struct file *filp, struct kobject *kobj,
static int pci_mmap_resource(struct kobject *kobj,
			     struct bin_attribute *attr,
			     struct vm_area_struct *vma, int sparse)
{