commit 9842ce30fc3a20ac6822c3d8346b38232be3916d
Author: Tomohiro Kusumi <[email protected]>
Date: Tue Oct 20 23:18:53 2015 +0900
sys/dev/disk/dm: Remove aprint_normal()
This is a macro for kprintf, but dm and targets basically
never use this except for a few. There isn't really any
point to keep macro version of kprintf, so get rid of it.
Summary of changes:
sys/dev/disk/dm/device-mapper.c | 12 ++++++------
sys/dev/disk/dm/dm.h | 1 -
sys/dev/disk/dm/dm_pdev.c | 2 +-
3 files changed, 7 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9842ce30fc3a20ac6822c3d8346b38232be3916d
--
DragonFly BSD source repository