diff options
author | Hannes Reinecke <hare@suse.de> | 2020-03-03 12:37:34 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-12 17:04:00 +0300 |
commit | 58def851063d2178c10622e436897e6285850077 (patch) | |
tree | 68e0abcecb4974bfb06759b8753abdfc0cc502b1 /include/linux/libata.h | |
parent | e49bd683e00bcc636bf2df79d4c8a0bda0314dc0 (diff) | |
download | linux-58def851063d2178c10622e436897e6285850077.tar.xz |
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.h | 2 |
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; \ |