On 12/13/18 11:47 AM, Hannes Reinecke wrote: > No users left, remove it. > > Signed-off-by: Hannes Reinecke <hare@xxxxxxxx> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > include/linux/libata.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/libata.h b/include/linux/libata.h > index 808a96a8cb1d..cf62f3bdf4ef 100644 > --- a/include/linux/libata.h > +++ b/include/linux/libata.h > @@ -62,14 +62,12 @@ > > /* note: prints function name for you */ > #ifdef ATA_DEBUG > -#define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) > #ifdef ATA_VERBOSE_DEBUG > #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) > #else > #define VPRINTK(fmt, args...) > #endif /* ATA_VERBOSE_DEBUG */ > #else > -#define DPRINTK(fmt, args...) > #define VPRINTK(fmt, args...) > #endif /* ATA_DEBUG */