login
Header Space

 
 

Re: Linux 2.6.26-rc1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Mauro Carvalho Chehab <mchehab@...>
Date: Saturday, May 3, 2008 - 5:47 pm

On Saturday 03 May 2008 20:38:20 Linus Torvalds wrote:

drivers/built-in.o: In function `xc2028_get_reg':
tuner-xc2028.c:(.text+0x6b613): undefined reference to `i2c_transfer'
drivers/built-in.o: In function `load_firmware':
tuner-xc2028.c:(.text+0x6bf90): undefined reference to `i2c_transfer'
drivers/built-in.o: In function `generic_set_freq':
tuner-xc2028.c:(.text+0x6cdff): undefined reference to `i2c_transfer'
tuner-xc2028.c:(.text+0x6ce65): undefined reference to `i2c_transfer'
tuner-xc2028.c:(.text+0x6ceea): undefined reference to `i2c_transfer'
drivers/built-in.o:tuner-xc2028.c:(.text+0x6cf61): more undefined references 
to `i2c_transfer' follow
drivers/built-in.o: In function `simple_set_params':
tuner-simple.c:(.text+0x6e425): undefined reference to `i2c_clients_command'
tuner-simple.c:(.text+0x6e454): undefined reference to `i2c_transfer'
tuner-simple.c:(.text+0x6e75b): undefined reference to `i2c_transfer'
tuner-simple.c:(.text+0x6e7c0): undefined reference to `i2c_transfer'
tuner-simple.c:(.text+0x6e9f6): undefined reference to `i2c_clients_command'
tuner-simple.c:(.text+0x6ea7e): undefined reference to `i2c_transfer'
tuner-simple.c:(.text+0x6eb6c): undefined reference to `i2c_transfer'
tuner-simple.c:(.text+0x6ec0a): undefined reference to `i2c_transfer'
tuner-simple.c:(.text+0x6ecee): undefined reference to `i2c_transfer'
drivers/built-in.o: In function `simple_tuner_attach':
(.text+0x6efcc): undefined reference to `i2c_transfer'
drivers/built-in.o:tuner-simple.c:(.text+0x6f387): more undefined references 
to `i2c_transfer' follow
drivers/built-in.o: In function `v4l2_i2c_drv_detach_legacy':
tuner-core.c:(.text+0x7d191): undefined reference to `i2c_detach_client'
drivers/built-in.o: In function `v4l2_i2c_drv_probe_legacy':
tuner-core.c:(.text+0x7d1e7): undefined reference to `i2c_probe'
drivers/built-in.o: In function `v4l2_i2c_drv_attach_legacy':
tuner-core.c:(.text+0x7d20d): undefined reference to `v4l2_i2c_attach'
drivers/built-in.o: In function `set_type':
tuner-core.c:(.text+0x7d98a): undefined reference to `i2c_master_send'
tuner-core.c:(.text+0x7d9c7): undefined reference to `i2c_master_send'
drivers/built-in.o: In function `tuner_probe':
tuner-core.c:(.text+0x7e2d3): undefined reference to `i2c_master_recv'
drivers/built-in.o: In function `v4l2_i2c_drv_init':
tuner-core.c:(.init.text+0x6191): undefined reference to `i2c_register_driver'
tuner-core.c:(.init.text+0x61e9): undefined reference to `i2c_register_driver'
tuner-core.c:(.init.text+0x61fb): undefined reference to `i2c_del_driver'
drivers/built-in.o: In function `v4l2_i2c_drv_cleanup':
tuner-core.c:(.exit.text+0x44a): undefined reference to `i2c_del_driver'
tuner-core.c:(.exit.text+0x456): undefined reference to `i2c_del_driver'

Config attached.

I'm actually a bit annoyed this stuff was even pulled in; I have no TV tuner 
nor any desire to use the tuner-core code, and I find the reason it was 
pulled in was this fairly terrible config option:

menuconfig MEDIA_TUNER_CUSTOMIZE
        bool "Customize analog and hybrid tuner modules to build"
        depends on MEDIA_TUNER
        help
          This allows the user to deselect tuner drivers unnecessary
          for their hardware from the build. Use this option with care
          as deselecting tuner drivers which are in fact necessary will
          result in V4L/DVB devices which cannot be tuned due to lack of
          driver support

          If unsure say N.

Why is this option acting like CONFIG_EMBEDDED and not like basically every 
other subsystem where I can turn ON support for hardware, but by default it's 
OFF? (Obviously in my hasty oldconfig run I just went with the default.)

-- 
Cheers,
Alistair.

137/1 Warrender Park Road, Edinburgh, UK.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.26-rc1, Linus Torvalds, (Sat May 3, 3:38 pm)
Re: Scheduling problems ? [ Was: Linux 2.6.26-rc1 ], Ingo Molnar, (Tue May 6, 9:11 am)
Re: Linux 2.6.26-rc1, Andreas Mohr, (Mon May 5, 1:39 am)
Re: Linux 2.6.26-rc1, Ingo Molnar, (Mon May 5, 3:30 am)
Re: Linux 2.6.26-rc1, Stephen Rothwell, (Mon May 5, 7:51 pm)
Re: Linux 2.6.26-rc1, Ingo Molnar, (Mon May 5, 8:17 pm)
Re: Linux 2.6.26-rc1, Stephen Rothwell, (Tue May 6, 1:48 am)
Re: Linux 2.6.26-rc1, David Miller, (Mon May 5, 7:55 pm)
Re: Linux 2.6.26-rc1, Stephen Rothwell, (Tue May 6, 1:35 am)
Re: Linux 2.6.26-rc1, David Miller, (Tue May 6, 2:56 am)
Re: Linux 2.6.26-rc1, Stephen Rothwell, (Tue May 6, 3:26 am)
Re: Linux 2.6.26-rc1, Ingo Molnar, (Mon May 5, 8:21 pm)
Re: Linux 2.6.26-rc1, Andrew Morton, (Mon May 5, 8:16 pm)
Re: Linux 2.6.26-rc1, Stephen Rothwell, (Tue May 6, 1:57 am)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Mon May 5, 4:14 pm)
Re: Linux 2.6.26-rc1, Ingo Molnar, (Tue May 6, 9:07 am)
Re: Linux 2.6.26-rc1, Ingo Molnar, (Wed May 7, 4:35 am)
Re: Linux 2.6.26-rc1, Jan Engelhardt, (Sun May 4, 2:40 pm)
[patch] sysfs: build fix, Ingo Molnar, (Sun May 4, 3:29 am)
Re: Linux 2.6.26-rc1, Alistair John Strachan, (Sat May 3, 5:47 pm)
Re: Linux 2.6.26-rc1, Alistair John Strachan, (Sat May 3, 5:53 pm)
Re: Linux 2.6.26-rc1, Robin Holt, (Sun May 4, 8:30 am)
Re: Linux 2.6.26-rc1, Alistair John Strachan, (Sun May 4, 9:56 am)
Re: Linux 2.6.26-rc1, Robin Holt, (Sun May 4, 12:09 pm)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Mon May 5, 5:04 pm)
Re: Linux 2.6.26-rc1, Alistair John Strachan, (Tue May 6, 4:02 am)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Tue May 6, 6:31 am)
Re: Linux 2.6.26-rc1, Stefan Richter, (Tue May 6, 10:34 am)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Tue May 6, 3:13 pm)
Re: Linux 2.6.26-rc1, Stefan Richter, (Tue May 6, 3:44 pm)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Tue May 6, 4:06 pm)
Re: Linux 2.6.26-rc1, Stefan Richter, (Tue May 6, 4:47 pm)
Re: Linux 2.6.26-rc1, Stefan Richter, (Tue May 6, 7:48 pm)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Tue May 6, 6:39 pm)
Re: Linux 2.6.26-rc1, Stefan Richter, (Tue May 6, 7:36 pm)
Re: Linux 2.6.26-rc1, Mauro Carvalho Chehab, (Thu May 8, 8:48 am)
Re: Linux 2.6.26-rc1, Stefan Richter, (Thu May 8, 10:11 am)
Re: Linux 2.6.26-rc1, Stefan Richter, (Tue May 6, 10:54 am)
Re: Linux 2.6.26-rc1, Alistair John Strachan, (Sun May 4, 12:33 pm)
speck-geostationary