Module Name: src Committed By: jmcneill Date: Wed Dec 16 12:17:45 UTC 2015
Modified Files: src/sys/dev/fdt: fdt_gpio.c fdt_i2c.c fdt_intr.c fdt_openfirm.c fdt_regulator.c fdt_subr.c fdtvar.h Removed Files: src/sys/dev/fdt: fdt_openfirm.h Log Message: Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_gpio.c src/sys/dev/fdt/fdt_i2c.c \ src/sys/dev/fdt/fdt_intr.c src/sys/dev/fdt/fdt_openfirm.c \ src/sys/dev/fdt/fdt_regulator.c src/sys/dev/fdt/fdtvar.h cvs rdiff -u -r1.1 -r0 src/sys/dev/fdt/fdt_openfirm.h cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.