commit | d44913c1e547df19b2dc0b527f92a4b4354be23a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu May 29 09:20:17 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Jun 17 12:04:50 2014 -0300 |
tree | 893edfd086c13e0f3013945caed7fee463ee390f | |
parent | b9bc7d59b72511f8a51e847aedc39f74bfc102a3 [diff] |
[media] dib8000: export just one symbol Exporting multiple symbols don't work as it causes compilation breakages, due to the way dvb_attach() works. The bug happens when: CONFIG_DVB_DIB8000=m CONFIG_DVB_USB_DIB0700=y As a bonus, dib8000 won't be loaded anymore if the device uses a different frontend, reducing the memory footprint. Tested with both Pixelview PV-D231 and MyGica S870. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>