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
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