Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1181768 > unrolled thread
| Started by | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| First post | 2015-07-10 19:10 +0200 |
| Last post | 2015-07-10 19:10 +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 resend] input: fix sur40.c dependency/build errors Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-07-10 19:10 +0200
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2015-07-10 19:10 +0200 |
| Subject | Re: [PATCH resend] input: fix sur40.c dependency/build errors |
| Message-ID | <pKJYe-j1-5@gated-at.bofh.it> |
On Fri, Jul 10, 2015 at 08:15:57AM -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > Fix build errors due to missing Kconfig dependency. > > drivers/built-in.o: In function `sur40_disconnect': > sur40.c:(.text+0x22be6e): undefined reference to `video_unregister_device' > sur40.c:(.text+0x22be77): undefined reference to `v4l2_device_unregister' > drivers/built-in.o: In function `sur40_process_video': > sur40.c:(.text+0x22c1d4): undefined reference to `v4l2_get_timestamp' > drivers/built-in.o: In function `sur40_probe': > sur40.c:(.text+0x22ca82): undefined reference to `v4l2_device_register' > sur40.c:(.text+0x22cb1a): undefined reference to `v4l2_device_unregister' > sur40.c:(.text+0x22cbf7): undefined reference to `video_device_release_empty' > sur40.c:(.text+0x22cc53): undefined reference to `__video_register_device' > sur40.c:(.text+0x22cc90): undefined reference to `video_unregister_device' > drivers/built-in.o: In function `sur40_vidioc_querycap': > sur40.c:(.text+0x22ccb0): undefined reference to `video_devdata' > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Applied, thank you. > --- > drivers/input/touchscreen/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20150710.orig/drivers/input/touchscreen/Kconfig > +++ linux-next-20150710/drivers/input/touchscreen/Kconfig > @@ -993,6 +993,7 @@ config TOUCHSCREEN_SUN4I > config TOUCHSCREEN_SUR40 > tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen" > depends on USB && MEDIA_USB_SUPPORT && HAS_DMA > + depends on VIDEO_V4L2 > select INPUT_POLLDEV > select VIDEOBUF2_DMA_SG > help -- Dmitry -- 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