diff options
author | Sakari Ailus <sakari.ailus@maxwell.research.nokia.com> | 2012-05-15 16:02:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-15 17:06:58 +0200 |
commit | b89225a1c803d50271f86be15ecfccc0b0215007 (patch) | |
tree | af48dfef66cc44e0c9fe0410e996da3171e99fd2 /drivers/media/video/smiapp/smiapp-regs.c | |
parent | [media] cx231xx: replace open-coded ARRAY_SIZE with macro (diff) | |
download | linux-b89225a1c803d50271f86be15ecfccc0b0215007.tar.xz linux-b89225a1c803d50271f86be15ecfccc0b0215007.zip |
[media] smiapp: Remove smiapp-debug.h in favour of dynamic debug
Remove smiapp-debug.h and let people use CONFIG_DYNAMIC_DEBUG instead. The
option only affected to when debug information was being printed.
Signed-off-by: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/smiapp/smiapp-regs.c')
-rw-r--r-- | drivers/media/video/smiapp/smiapp-regs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/smiapp/smiapp-regs.c b/drivers/media/video/smiapp/smiapp-regs.c index 4851ff710779..a5055f18091f 100644 --- a/drivers/media/video/smiapp/smiapp-regs.c +++ b/drivers/media/video/smiapp/smiapp-regs.c @@ -22,8 +22,6 @@ * */ -#include "smiapp-debug.h" - #include <linux/delay.h> #include <linux/i2c.h> |