Skip to content

Commit 1d009eb

Browse files
hreineckeDamien Le Moal
authored andcommitted
ata: sata_dwc_460ex: Remove debug compile options
Driver has been converted to dynamic debugging, so the compile-time options don't have any functionality left. Signed-off-by: Hannes Reinecke <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent d4caa90 commit 1d009eb

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

drivers/ata/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -432,18 +432,6 @@ config SATA_DWC_OLD_DMA
432432
This option enables support for old device trees without the
433433
"dmas" property.
434434

435-
config SATA_DWC_DEBUG
436-
bool "Debugging driver version"
437-
depends on SATA_DWC
438-
help
439-
This option enables debugging output in the driver.
440-
441-
config SATA_DWC_VDEBUG
442-
bool "Verbose debug output"
443-
depends on SATA_DWC_DEBUG
444-
help
445-
This option enables the taskfile dumping and NCQ debugging.
446-
447435
config SATA_HIGHBANK
448436
tristate "Calxeda Highbank SATA support"
449437
depends on ARCH_HIGHBANK || COMPILE_TEST

drivers/ata/sata_dwc_460ex.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
* COPYRIGHT (C) 2005 SYNOPSYS, INC. ALL RIGHTS RESERVED
1515
*/
1616

17-
#ifdef CONFIG_SATA_DWC_DEBUG
18-
#define DEBUG
19-
#endif
20-
21-
#ifdef CONFIG_SATA_DWC_VDEBUG
22-
#define VERBOSE_DEBUG
23-
#endif
24-
2517
#include <linux/kernel.h>
2618
#include <linux/module.h>
2719
#include <linux/device.h>

0 commit comments

Comments
 (0)