[media] drx-j: fix pr_dbg undefined compile errors when DJH_DEBUG is defined
commit6c955b8b3ba23a51052de66520a2adff24fe6d04
authorShuah Khan <shuah.kh@samsung.com>
Fri, 28 Feb 2014 21:23:00 +0000 (28 18:23 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Mar 2014 17:41:04 +0000 (4 14:41 -0300)
tree91db6be656abd8344ff6bcd5be972ce5b43ca7da
parent8afff9a23f8506c3439a7a0d7b21e975aed96ab4
[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 <shuah.kh@samsung.com>
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/drx39xyj/drxj.c