aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Reinecke <[email protected]>2020-03-03 10:37:34 +0100
committerJens Axboe <[email protected]>2020-03-12 08:04:00 -0600
commit58def851063d2178c10622e436897e6285850077 (patch)
tree68e0abcecb4974bfb06759b8753abdfc0cc502b1
parente49bd683e00bcc636bf2df79d4c8a0bda0314dc0 (diff)
libata: drop BPRINTK()
No users, drop it. Signed-off-by: Hannes Reinecke <[email protected]> Reviewed-by: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--include/linux/libata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 2ca9b7056a82..710e09dae910 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -57,8 +57,6 @@
#define VPRINTK(fmt, args...)
#endif /* ATA_DEBUG */
-#define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func__, ## args)
-
#define ata_print_version_once(dev, version) \
({ \
static bool __print_once; \