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

Commit 8a922814 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Move ccio_cujo20_fixup() into init section



ccio_cujo20_fixup() is called by dino_probe() only, which is in init
section already.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 01f56832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1195,7 +1195,7 @@ void * ccio_get_iommu(const struct parisc_device *dev)
 * to/from certain pages.  To avoid this happening, we mark these pages
 * as `used', and ensure that nothing will try to allocate from them.
 */
void ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
void __init ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
{
	unsigned int idx;
	struct parisc_device *dev = parisc_parent(cujo);