[PATCH] drm: Fix the .fault functions

2017-01-26 Thread Fabio Estevam
Commit 25d3db7600b87a4 ("mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf") causes the following build failure with arm allmodconfig: drivers/gpu/drm/armada/armada_gem.c:38:11: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] drivers/gp

Re: [PATCH] drm: Fix the .fault functions

2017-01-26 Thread Dave Jiang
On 01/26/2017 06:36 AM, Fabio Estevam wrote: > Commit 25d3db7600b87a4 ("mm, fs: reduce fault, page_mkwrite, and > pfn_mkwrite to take only vmf") causes the following build failure with > arm allmodconfig: > > drivers/gpu/drm/armada/armada_gem.c:38:11: error: initialization from > incompatible p

Re: [PATCH] drm: Fix the .fault functions

2017-01-26 Thread Lucas Stach
Am Donnerstag, den 26.01.2017, 09:29 -0700 schrieb Dave Jiang: > > On 01/26/2017 06:36 AM, Fabio Estevam wrote: > > Commit 25d3db7600b87a4 ("mm, fs: reduce fault, page_mkwrite, and > > pfn_mkwrite to take only vmf") causes the following build failure with > > arm allmodconfig: > > > > drivers/gpu