kernel: Rename the struct behind device_t to bsd_device
authorFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 27 Oct 2016 18:22:06 +0000 (20:22 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 27 Oct 2016 18:24:53 +0000 (20:24 +0200)
commit11b27f9d90f1ed872c5711da8c9d359dbe3e19c1
treef86dd8ade18d3af4040059b8cae8de4ae60b36ce
parent5d302545124b16bb6e9f48d720cba81afba1adb3
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
sys/dev/drm/include/linux/i2c.h
sys/kern/subr_bus.c
sys/sys/bus.h
sys/sys/bus_private.h