diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-22 14:46:56 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-26 13:10:01 +0100 |
commit | 5e022d1aa0be77d749939a56f751f62ed8ee4d2b (patch) | |
tree | 5a7a709049e7c38ed3b0e76c198ffccca0bc8873 /drivers/media/common/siano/sms-cards.h | |
parent | [media] siano: add support for the media controller at USB driver (diff) | |
download | linux-5e022d1aa0be77d749939a56f751f62ed8ee4d2b.tar.xz linux-5e022d1aa0be77d749939a56f751f62ed8ee4d2b.zip |
[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 <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/common/siano/sms-cards.h')
-rw-r--r-- | drivers/media/common/siano/sms-cards.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/common/siano/sms-cards.h b/drivers/media/common/siano/sms-cards.h index 4c4caddf9869..bb3d733f092b 100644 --- a/drivers/media/common/siano/sms-cards.h +++ b/drivers/media/common/siano/sms-cards.h @@ -20,8 +20,9 @@ #ifndef __SMS_CARDS_H__ #define __SMS_CARDS_H__ -#include <linux/usb.h> #include "smscoreapi.h" + +#include <linux/usb.h> #include "smsir.h" #define SMS_BOARD_UNKNOWN 0 |