Re: [PATCH 5/8] drm/v3d: add CONFIG_MMU dependency

2018-05-30 Thread Eric Anholt
Arnd Bergmann writes: > Without CONFIG_MMU, we get a link error: > > drivers/gpu/drm/v3d/v3d_bo.o: In function `v3d_gem_fault': > v3d_bo.c:(.text+0x3ca): undefined reference to `vm_insert_mixed' > > The other drivers with this problem already depend on CONFIG_MMU, > so let's do the same thing

[PATCH 5/8] drm/v3d: add CONFIG_MMU dependency

2018-05-25 Thread Arnd Bergmann
Without CONFIG_MMU, we get a link error: drivers/gpu/drm/v3d/v3d_bo.o: In function `v3d_gem_fault': v3d_bo.c:(.text+0x3ca): undefined reference to `vm_insert_mixed' The other drivers with this problem already depend on CONFIG_MMU, so let's do the same thing here. Fixes: 57692c94dcbe ("drm/v3d: