Re: [PATCH] ARC: export clear_user_page() for modules

2021-08-16 Thread Vineet Gupta
On 8/16/21 2:05 PM, Randy Dunlap wrote: 0day bot reports a build error: ERROR: modpost: "clear_user_page" [drivers/media/v4l2-core/videobuf-dma-sg.ko] undefined! so export it in arch/arc/ to fix the build error. In most ARCHes, clear_user_page() is a macro. OTOH, in a few ARCHes it is a func

[PATCH] ARC: export clear_user_page() for modules

2021-08-16 Thread Randy Dunlap
0day bot reports a build error: ERROR: modpost: "clear_user_page" [drivers/media/v4l2-core/videobuf-dma-sg.ko] undefined! so export it in arch/arc/ to fix the build error. In most ARCHes, clear_user_page() is a macro. OTOH, in a few ARCHes it is a function and needs to be exported. PowerPC expo