From: Shuah Khan Date: Fri, 28 Feb 2014 21:23:00 +0000 (-0300) Subject: [media] drx-j: fix pr_dbg undefined compile errors when DJH_DEBUG is defined X-Git-Tag: v3.15-rc1~85^2~229 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c955b8b3ba23a51052de66520a2adff24fe6d04;p=pandora-kernel.git [media] drx-j: fix pr_dbg undefined compile errors when DJH_DEBUG is defined drxj.c fails to compile with the following errors when DJH_DEBUG is defined. drivers/media/dvb-frontends/drx39xyj/drxj.c:1567:2: error: implicit declaration of function ‘pr_dbg’ [-Werror=implicit-function-declaration] pr_dbg("drx3933 i2c operation addr=%x i2c=%p, wc=%x rc=%x\n", ^ Signed-off-by: Shuah Khan Acked-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed