Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7358
b: refs/heads/master
c: e139aa5
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed Sep 7, 2005
1 parent c660a80 commit 2996bce
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 486d46aefe7ded0d343e306be740edd972aff740
refs/heads/master: e139aa595c5d3bd01699530cbe017dec75fdb07f
7 changes: 0 additions & 7 deletions trunk/drivers/pnp/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/slab.h>

#ifdef CONFIG_PNP_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif

#include <linux/pnp.h>
#include "base.h"

Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/pnp/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/slab.h>

#ifdef CONFIG_PNP_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif

#include <linux/pnp.h>
#include "base.h"

Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/pnp/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>

#ifdef CONFIG_PNP_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif

#include <linux/pnp.h>
#include "base.h"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pnp/pnpacpi/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <linux/config.h>
#include <linux/acpi.h>
#include <linux/pnp.h>
#include <acpi/acpi_bus.h>
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/pnp/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/slab.h>

#ifdef CONFIG_PNP_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif

#include <linux/pnp.h>
#include "base.h"

Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/pnp/support.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/ctype.h>

#ifdef CONFIG_PNP_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif

#include <linux/pnp.h>
#include "base.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/pnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static inline void pnp_unregister_driver(struct pnp_driver *drv) { ; }
#define pnp_info(format, arg...) printk(KERN_INFO "pnp: " format "\n" , ## arg)
#define pnp_warn(format, arg...) printk(KERN_WARNING "pnp: " format "\n" , ## arg)

#ifdef DEBUG
#ifdef CONFIG_PNP_DEBUG
#define pnp_dbg(format, arg...) printk(KERN_DEBUG "pnp: " format "\n" , ## arg)
#else
#define pnp_dbg(format, arg...) do {} while (0)
Expand Down

0 comments on commit 2996bce

Please sign in to comment.