CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/07/26 16:10:10
Modified files:
sys/arch/armv7/armv7: armv7_machdep.c
sys/arch/armv7/exynos: exclock.c exdisplay.c exdog.c exehci.c
exesdhc.c exgpio.c exiic.c exmct.c
expower.c exsysreg.c exuart.c
sys/arch/armv7/imx: imxuart.c
sys/arch/armv7/omap: omap_com.c
sys/arch/armv7/sunxi: sxiuart.c
sys/arch/armv7/vexpress: pl011.c virtio_mmio.c
sys/dev/ofw : fdt.c fdt.h
Log message:
Rename struct fdt_memory to fdt_reg to match the member name
used in the fdt attach args and the device tree.
ok kettenis@