Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1173844 > unrolled thread
| Started by | Jacek Anaszewski <j.anaszewski@samsung.com> |
|---|---|
| First post | 2015-06-29 16:50 +0200 |
| Last post | 2015-06-29 16:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH -next] leds: fix aat1290 build errors Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-06-29 16:50 +0200
| From | Jacek Anaszewski <j.anaszewski@samsung.com> |
|---|---|
| Date | 2015-06-29 16:50 +0200 |
| Subject | Re: [PATCH -next] leds: fix aat1290 build errors |
| Message-ID | <pGIxH-5Wd-1@gated-at.bofh.it> |
Hi Randy, Thanks for the patch. On 06/26/2015 09:00 PM, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > Fix build errors when LEDS_AAT1290=y and V4L2_FLASH_LED_CLASS=m > by restricting LEDS_AAT1290 to =m if V4L2_FLASH_LED_CLASS=m. > > drivers/built-in.o: In function `aat1290_led_remove': > leds-aat1290.c:(.text+0xe5d77): undefined reference to `v4l2_flash_release' > drivers/built-in.o: In function `aat1290_led_probe': > leds-aat1290.c:(.text+0xe6494): undefined reference to `v4l2_flash_init' > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Jacek Anaszewski <j.anaszewski@samsung.com> > Cc: Bryan Wu <cooloney@gmail.com> > Cc: Richard Purdie <rpurdie@rpsys.net> > --- > drivers/leds/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20150626.orig/drivers/leds/Kconfig > +++ linux-next-20150626/drivers/leds/Kconfig > @@ -42,6 +42,7 @@ config LEDS_88PM860X > config LEDS_AAT1290 > tristate "LED support for the AAT1290" > depends on LEDS_CLASS_FLASH > + depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS > depends on GPIOLIB > depends on OF > depends on PINCTRL > Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com> -- Best Regards, Jacek Anaszewski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web