diff options
author | Huang Rui <ray.huang@amd.com> | 2018-08-01 08:49:31 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-08-02 01:22:20 +0300 |
commit | fe710322b81343601ca1759a9f3d4b694ed72fca (patch) | |
tree | f082eebfd22a7bec832e721162d9c5c96910c5fd /include/linux/via-gpio.h | |
parent | ddf74e79a54070f277ae520722d3bab7f7a6c67a (diff) | |
download | linux-fe710322b81343601ca1759a9f3d4b694ed72fca.tar.xz |
drm/ttm: fix missed conversion of set_pages_array_uc
This patch fixed the error when do not configure CONFIG_X86, otherwise, below
error will be encountered.
All errors (new ones prefixed by >>):
drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: In function 'ttm_set_pages_caching':
>> drivers/gpu/drm/ttm/ttm_page_alloc_dma.c:272:7: error: implicit declaration of function 'set_pages_array_uc'; did you mean
+'ttm_set_pages_array_uc'? [-Werror=implicit-function-declaration]
r = set_pages_array_uc(pages, cpages);
^~~~~~~~~~~~~~~~~~
ttm_set_pages_array_uc
cc1: some warnings being treated as errors
Reported-by: kbuild test robot <lkp@intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/linux/via-gpio.h')
0 files changed, 0 insertions, 0 deletions