Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NFC: Remove obsolete setting of DEBUG

CONFIG_DYNAMIC_DEBUG is the right toggle to enable pr_debug().

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Valentin Rothberg and committed by
Samuel Ortiz
71fa6fba ab714817

-4
-2
drivers/nfc/Makefile
··· 14 14 obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/ 15 15 obj-$(CONFIG_NFC_ST21NFCB) += st21nfcb/ 16 16 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/ 17 - 18 - ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
-2
drivers/nfc/nxp-nci/Makefile
··· 7 7 8 8 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o 9 9 obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o 10 - 11 - ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG