freebsd-dev/sys/gnu
Stanislav Galabov f3baf36388 Change OpenWRT imported dtsi files
Change '#include <fbsd-*>' to '/include/ "fbsd-*"' in [rm]t*.dtsi

Basically the pre-import work on OpenWRT's dts/dtsi files boils down to:

for f in `ls [mr]t*.dtsi`; do
printf '\n/include/ "fbsd-$f"\n' >> $f
done

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D5993
2016-04-20 14:29:03 +00:00
..
dts Change OpenWRT imported dtsi files 2016-04-20 14:29:03 +00:00
fs/reiserfs Fixing a memory leak on module unloading. 2015-09-11 22:43:35 +00:00