There was a change made in 2.6.13-rc2-mm2 within both of the following patches: v4l-saa7134-hybrid-dvb.patch v4l-cx88-update.patch The specific change that caused this problem is: - Let Kconfig decide whether to include frontend-specific code. I had tested this change against 2.6.13-rc2-mm1, and it worked perfectly as expected, but it caused problems in today's 2.6.13-rc2-mm2 release. For some reason, the symbols don't get set properly. The following patch corrects this problem and restores previous behavior. We will eventually have to remove these symbols alltogether when we find a better solution, but this will fix the bug until then.