diff options
| author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-08-19 18:53:52 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2008-10-10 23:35:33 -0400 |
| commit | ac88a8f3f7df04774b386ddaf586040adb819b58 (patch) | |
| tree | 5cbe1d93630e03042473fa3422fae24999ec653c /drivers/pnp/Makefile | |
| parent | 2f53432c2aedbe79020e44525eb069d9138a01dd (diff) | |
PNP: remove old CONFIG_PNP_DEBUG option
CONFIG_PNP_DEBUG is no longer used to turn on dev_dbg() in PNP,
since we have pnp_dbg() which can be enabled at boot-time, so
this patch removes the config option.
Note that pnp_dock_event() checks "#ifdef DEBUG". But there's
never been a clear path for enabling that via configgery. It
happened that CONFIG_PNP_DEBUG enabled it after 1bd17e63a068db6,
but that was accidental and only in 2.6.26.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/pnp/Makefile')
| -rw-r--r-- | drivers/pnp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pnp/Makefile b/drivers/pnp/Makefile index 26f5abc9c3f7..a381a92fd1b6 100644 --- a/drivers/pnp/Makefile +++ b/drivers/pnp/Makefile | |||
| @@ -7,7 +7,3 @@ obj-y := core.o card.o driver.o resource.o manager.o support.o interface.o quir | |||
| 7 | obj-$(CONFIG_PNPACPI) += pnpacpi/ | 7 | obj-$(CONFIG_PNPACPI) += pnpacpi/ |
| 8 | obj-$(CONFIG_PNPBIOS) += pnpbios/ | 8 | obj-$(CONFIG_PNPBIOS) += pnpbios/ |
| 9 | obj-$(CONFIG_ISAPNP) += isapnp/ | 9 | obj-$(CONFIG_ISAPNP) += isapnp/ |
| 10 | |||
| 11 | ifeq ($(CONFIG_PNP_DEBUG),y) | ||
| 12 | EXTRA_CFLAGS += -DDEBUG | ||
| 13 | endif | ||
