diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-22 10:46:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-26 09:10:01 -0300 |
commit | 5e022d1aa0be77d749939a56f751f62ed8ee4d2b (patch) | |
tree | 5a7a709049e7c38ed3b0e76c198ffccca0bc8873 /drivers/media/mmc | |
parent | 46b1e21fe50f9f58ceaffc10c5aea50366cf7af5 (diff) | |
download | linux-5e022d1aa0be77d749939a56f751f62ed8ee4d2b.tar.gz linux-5e022d1aa0be77d749939a56f751f62ed8ee4d2b.tar.bz2 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/mmc')
-rw-r--r-- | drivers/media/mmc/siano/smssdio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/mmc/siano/smssdio.c b/drivers/media/mmc/siano/smssdio.c index 912c2814c6cf..4e61544c34b9 100644 --- a/drivers/media/mmc/siano/smssdio.c +++ b/drivers/media/mmc/siano/smssdio.c @@ -32,6 +32,8 @@ * Fix stop command */ +#include "smscoreapi.h" + #include <linux/moduleparam.h> #include <linux/slab.h> #include <linux/firmware.h> @@ -41,7 +43,6 @@ #include <linux/mmc/sdio_ids.h> #include <linux/module.h> -#include "smscoreapi.h" #include "sms-cards.h" #include "smsendian.h" |