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

Commit 957cf333 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] pxa: fix 3bca103a



arch/arm/common/sa1111.c:593: error: implicit declaration of function 'dmabounce_register_dev'

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 35f53aaf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -581,6 +581,7 @@ sa1111_init_one_child(struct sa1111 *sachip, struct resource *parent,
		goto out;
	}

#ifdef CONFIG_DMABOUNCE
	/*
	 * If the parent device has a DMA mask associated with it,
	 * propagate it down to the children.
@@ -598,6 +599,7 @@ sa1111_init_one_child(struct sa1111 *sachip, struct resource *parent,
			}
		}
	}
#endif

out:
	return ret;