linux-next: build warnings after merge of the drm tree

From: Stephen Rothwell
Date: Thu May 18 2017 - 22:07:37 EST


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 = {
^

Introduced by commit

bed41005e617 ("drm/pl111: Initial drm/kms driver for pl111")

--
Cheers,
Stephen Rothwell