commit 11b27f9d90f1ed872c5711da8c9d359dbe3e19c1
Author: François Tigeot <[email protected]>
Date: Thu Oct 27 20:22:06 2016 +0200
kernel: Rename the struct behind device_t to bsd_device
Thus making it not clash with the Linux struct device anymore
Inspired-by: proposed FreeBSD changes
Summary of changes:
sys/dev/drm/include/linux/i2c.h | 2 +-
sys/kern/subr_bus.c | 4 ++--
sys/sys/bus.h | 2 +-
sys/sys/bus_private.h | 8 ++++----
4 files changed, 8 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/11b27f9d90f1ed872c5711da8c9d359dbe3e19c1
--
DragonFly BSD source repository