git: kernel: Rename the struct behind device_t to bsd_device

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Oct 27 12:07:48 PDT 2016


commit 11b27f9d90f1ed872c5711da8c9d359dbe3e19c1
Author: François Tigeot <ftigeot at wolfpond.org>
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



More information about the Commits mailing list