aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2020-03-03 10:37:34 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-12 08:04:00 -0600
commit58def851063d2178c10622e436897e6285850077 (patch)
tree68e0abcecb4974bfb06759b8753abdfc0cc502b1 /include/linux/libata.h
parentAHCI: Add support for Loongson 7A1000 SATA controller (diff)
downloadlinux-dev-58def851063d2178c10622e436897e6285850077.tar.xz
linux-dev-58def851063d2178c10622e436897e6285850077.zip
libata: drop BPRINTK()
No users, drop it. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/libata.h')
-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; \