From 5e022d1aa0be77d749939a56f751f62ed8ee4d2b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 22 Feb 2015 10:46:56 -0300 Subject: [media] siano: use pr_* print functions Instead of defining its own set of printk functions, let's use the common Kernel debug logic provided by pr_foo functions. As a first step, let's just define the existing macros as the Kernel ones. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/siano/smsusb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/media/usb/siano') diff --git a/drivers/media/usb/siano/smsusb.c b/drivers/media/usb/siano/smsusb.c index 4b6db7557e33..426455118d02 100644 --- a/drivers/media/usb/siano/smsusb.c +++ b/drivers/media/usb/siano/smsusb.c @@ -19,6 +19,8 @@ along with this program. If not, see . ****************************************************************/ +#include "smscoreapi.h" + #include #include #include @@ -26,7 +28,6 @@ along with this program. If not, see . #include #include -#include "smscoreapi.h" #include "sms-cards.h" #include "smsendian.h" -- cgit v1.2.3