Skip to content

Commit

Permalink
[media] smiapp: Remove smiapp-debug.h in favour of dynamic debug
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent 272ed11 commit b89225a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 47 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/smiapp-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
*
*/

#include "smiapp/smiapp-debug.h"

#include <linux/gcd.h>
#include <linux/lcm.h>
#include <linux/module.h>
Expand Down
7 changes: 0 additions & 7 deletions drivers/media/video/smiapp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@ config VIDEO_SMIAPP
select VIDEO_SMIAPP_PLL
---help---
This is a generic driver for SMIA++/SMIA camera modules.

config VIDEO_SMIAPP_DEBUG
bool "Enable debugging for the generic SMIA++/SMIA driver"
depends on VIDEO_SMIAPP
---help---
Enable debugging output in the generic SMIA++/SMIA driver. If you
are developing the driver you might want to enable this.
2 changes: 0 additions & 2 deletions drivers/media/video/smiapp/smiapp-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
*
*/

#include "smiapp-debug.h"

#include <linux/delay.h>
#include <linux/device.h>
#include <linux/gpio.h>
Expand Down
32 changes: 0 additions & 32 deletions drivers/media/video/smiapp/smiapp-debug.h

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/media/video/smiapp/smiapp-quirk.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
*
*/

#include "smiapp-debug.h"

#include <linux/delay.h>

#include "smiapp.h"
Expand Down
2 changes: 0 additions & 2 deletions drivers/media/video/smiapp/smiapp-regs.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
*
*/

#include "smiapp-debug.h"

#include <linux/delay.h>
#include <linux/i2c.h>

Expand Down

0 comments on commit b89225a

Please sign in to comment.