Skip to content

Commit 8a92281

Browse files
committed
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: Helge Deller <[email protected]>
1 parent 01f5683 commit 8a92281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/parisc/ccio-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ void * ccio_get_iommu(const struct parisc_device *dev)
11951195
* to/from certain pages. To avoid this happening, we mark these pages
11961196
* as `used', and ensure that nothing will try to allocate from them.
11971197
*/
1198-
void ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
1198+
void __init ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
11991199
{
12001200
unsigned int idx;
12011201
struct parisc_device *dev = parisc_parent(cujo);

0 commit comments

Comments
 (0)