We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f5683 commit 8a92281Copy full SHA for 8a92281
drivers/parisc/ccio-dma.c
@@ -1195,7 +1195,7 @@ void * ccio_get_iommu(const struct parisc_device *dev)
1195
* to/from certain pages. To avoid this happening, we mark these pages
1196
* as `used', and ensure that nothing will try to allocate from them.
1197
*/
1198
-void ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
+void __init ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
1199
{
1200
unsigned int idx;
1201
struct parisc_device *dev = parisc_parent(cujo);
0 commit comments