Re: linux-next: build warnings after merge of the drm tree
From: Eric Anholt <hidden>
Date: 2017-05-19 17:50:39
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 832 bytes
From: Eric Anholt <hidden>
Date: 2017-05-19 17:50:39
Also in:
lkml
Stephen Rothwell [off-list ref] writes:
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced these warnings:
drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' defined but not used [-Wunused-function]
static int pl111_modeset_init(struct drm_device *dev)
^
drivers/gpu/drm/pl111/pl111_drv.c:149:26: warning: 'pl111_drm_driver' defined but not used [-Wunused-variable]
static struct drm_driver pl111_drm_driver = {
^Sorry about that -- I thought that kbuild test robot would give me notification of new warnings. Patch incoming.