testing of the -tip tree found the following missing symbols build bug:
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `vidioc_g_ctrl':
radio-maxiradio.c:(.text+0xd3337): undefined reference to `video_devdata'
drivers/built-in.o: In function `vidioc_g_frequency':
radio-maxiradio.c:(.text+0xd3368): undefined reference to `video_devdata'
drivers/built-in.o: In function `vidioc_s_ctrl':
[...]
which happens if certain media drivers are modular:
http://redhat.com/~mingo/misc/config-Thu_May_15_18_10_27_CEST_2008.bad
the problem is:
CONFIG_VIDEO_MEDIA=m
CONFIG_VIDEO_DEV=y
CONFIG_RADIO_MAXIRADIO=y
CONFIG_VIDEO_V4L2=y
Connecting the build dependencies tree from drivers/media/ to
drivers/media/video/ allows the built-in drivers(s) to pick up the
CONFIG_VIDEO_DEV=y symbols.
---
drivers/media/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/drivers/media/Makefile
===================================================================
--- linux.orig/drivers/media/Makefile
+++ linux/drivers/media/Makefile
@@ -2,7 +2,7 @@
# Makefile for the kernel multimedia device drivers.
#
-obj-y := common/
+obj-y := common/ video/
obj-$(CONFIG_VIDEO_MEDIA) += common/
--
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Linus Torvalds | Linux 2.6.25-rc4 |
| Greg KH | Linux 2.6.25.10 |
git: | |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Ilpo Järvinen | Re: Strange Application bug, race in MSG_PEEK complaints (was: Bug#513695: fetchma... |
