All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failure: shmobile drm driver references backlight symbols
@ 2013-10-29 10:04 ` Russell King - ARM Linux
  0 siblings, 0 replies; 6+ messages in thread
From: Russell King - ARM Linux @ 2013-10-29 10:04 UTC (permalink / raw)
  To: linux-arm-kernel

My build system picked up on this failure:

drivers/built-in.o: In function `shmob_drm_backlight_init':
fmc-chardev.c:(.text+0x9f2d0): undefined reference to `backlight_device_register'
drivers/built-in.o: In function `shmob_drm_backlight_exit':
fmc-chardev.c:(.text+0x9f370): undefined reference to `backlight_device_unregister'

which is cuased by drivers/gpu/drm/shmobile/shmob_drm_backlight.c being
built without the backlight dependency being enabled.  It looks like
the backlight dependency is a hard requirement, so needs ot be added
to the Kconfig entry for this driver in some way.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-29 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29 10:04 Build failure: shmobile drm driver references backlight symbols Russell King - ARM Linux
2013-10-29 10:04 ` Russell King - ARM Linux
2013-10-29 17:20 ` Laurent Pinchart
2013-10-29 17:20   ` Laurent Pinchart
2013-10-29 17:20 ` [PATCH] drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICE Laurent Pinchart
2013-10-29 17:20   ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.