From: Mauro Carvalho Chehab Date: Sun, 9 Mar 2014 12:46:39 +0000 (-0300) Subject: [media] drx39xxj.h: Fix undefined reference to attach function X-Git-Tag: v3.15-rc1~85^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f2aae3d91ba107b68540aad7fbf188b734b566;p=pandora-kernel.git [media] drx39xxj.h: Fix undefined reference to attach function As reported by the kbuild test robot : drivers/built-in.o: In function `em28xx_dvb_init': em28xx-dvb.c:(.text+0x876f2c): undefined reference to `drx39xxj_attach' That happens when CONFIG_VIDEO_EM28XX_DVB is selected, and neither CONFIG_MEDIA_SUBDRV_AUTOSELECT or DVB_DRX39XYJ is selected. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed