From: Mauro Carvalho Chehab Date: Thu, 29 May 2014 12:20:17 +0000 (-0300) Subject: [media] dib8000: export just one symbol X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~445 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44913c1e547df19b2dc0b527f92a4b4354be23a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed