mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-05 14:54:10 +00:00
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 <hare@suse.de> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
This commit is contained in:
parent
d4caa9054e
commit
1d009eb6fe
@ -432,18 +432,6 @@ config SATA_DWC_OLD_DMA
|
|||||||
This option enables support for old device trees without the
|
This option enables support for old device trees without the
|
||||||
"dmas" property.
|
"dmas" property.
|
||||||
|
|
||||||
config SATA_DWC_DEBUG
|
|
||||||
bool "Debugging driver version"
|
|
||||||
depends on SATA_DWC
|
|
||||||
help
|
|
||||||
This option enables debugging output in the driver.
|
|
||||||
|
|
||||||
config SATA_DWC_VDEBUG
|
|
||||||
bool "Verbose debug output"
|
|
||||||
depends on SATA_DWC_DEBUG
|
|
||||||
help
|
|
||||||
This option enables the taskfile dumping and NCQ debugging.
|
|
||||||
|
|
||||||
config SATA_HIGHBANK
|
config SATA_HIGHBANK
|
||||||
tristate "Calxeda Highbank SATA support"
|
tristate "Calxeda Highbank SATA support"
|
||||||
depends on ARCH_HIGHBANK || COMPILE_TEST
|
depends on ARCH_HIGHBANK || COMPILE_TEST
|
||||||
|
|||||||
@ -14,14 +14,6 @@
|
|||||||
* COPYRIGHT (C) 2005 SYNOPSYS, INC. ALL RIGHTS RESERVED
|
* COPYRIGHT (C) 2005 SYNOPSYS, INC. ALL RIGHTS RESERVED
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_SATA_DWC_DEBUG
|
|
||||||
#define DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_SATA_DWC_VDEBUG
|
|
||||||
#define VERBOSE_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user