Re: [PATCH 1/5 v4] drm: Add support of ARC PGU display controller

From: kbuild test robot
Date: Thu Mar 24 2016 - 13:39:08 EST


Hi Carlos,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v4.5 next-20160324]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url: https://github.com/0day-ci/linux/commits/Alexey-Brodkin/drm-Add-support-of-ARC-PGU-display-controller/20160325-005345
base: git://people.freedesktop.org/~airlied/linux.git drm-next
config: i386-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386

All errors (new ones prefixed by >>):

drivers/gpu/drm/arc/arcpgu_drv.c: In function 'arcpgu_probe':
>> drivers/gpu/drm/arc/arcpgu_drv.c:232:8: error: implicit declaration of function 'drm_connector_register_all' [-Werror=implicit-function-declaration]
ret = drm_connector_register_all(drm);
^
drivers/gpu/drm/arc/arcpgu_drv.c: In function 'arcpgu_remove':
>> drivers/gpu/drm/arc/arcpgu_drv.c:254:2: error: implicit declaration of function 'drm_connector_unregister_all' [-Werror=implicit-function-declaration]
drm_connector_unregister_all(drm);
^
cc1: some warnings being treated as errors

vim +/drm_connector_register_all +232 drivers/gpu/drm/arc/arcpgu_drv.c

226 goto err_unref;
227
228 ret = drm_dev_register(drm, 0);
229 if (ret)
230 goto err_unload;
231
> 232 ret = drm_connector_register_all(drm);
233 if (ret)
234 goto err_unregister;
235
236 return 0;
237
238 err_unregister:
239 drm_dev_unregister(drm);
240
241 err_unload:
242 arcpgu_unload(drm);
243
244 err_unref:
245 drm_dev_unref(drm);
246
247 return ret;
248 }
249
250 static int arcpgu_remove(struct platform_device *pdev)
251 {
252 struct drm_device *drm = platform_get_drvdata(pdev);
253
> 254 drm_connector_unregister_all(drm);
255 drm_dev_unregister(drm);
256 arcpgu_unload(drm);
257 drm_dev_unref(drm);

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation

Attachment: .config.gz
Description: Binary data