diff options
| author | Mark Brown <broonie@kernel.org> | 2017-08-25 09:44:05 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2017-08-25 09:44:05 -0400 |
| commit | b7e2672d1a23a53bd2657704bf94a8dc8880cc49 (patch) | |
| tree | 7e315f84913b6cd896fda558724961b39a735587 /scripts/dtc/dtx_diff | |
| parent | c0d1cb8366bab9963822c27b0d40cb8b32928cdc (diff) | |
| parent | 9ce76511b67be8fbcdff36b7e1662e3887bb7377 (diff) | |
Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-rt5677
sound fixes for 4.13-rc7
We're keeping in a good shape, this batch contains just a few small
fixes (a regression fix for ASoC rt5677 codec, NULL dereference and
error-path fixes in firewire, and a corner-case ioctl error fix for
user TLV), as well as usual quirks for USB-audio and HD-audio.
Diffstat (limited to 'scripts/dtc/dtx_diff')
| -rwxr-xr-x | scripts/dtc/dtx_diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/dtx_diff b/scripts/dtc/dtx_diff index fb86f3899e16..f9a3d8d23c64 100755 --- a/scripts/dtc/dtx_diff +++ b/scripts/dtc/dtx_diff | |||
| @@ -321,7 +321,7 @@ fi | |||
| 321 | cpp_flags="\ | 321 | cpp_flags="\ |
| 322 | -nostdinc \ | 322 | -nostdinc \ |
| 323 | -I${srctree}/arch/${ARCH}/boot/dts \ | 323 | -I${srctree}/arch/${ARCH}/boot/dts \ |
| 324 | -I${srctree}/arch/${ARCH}/boot/dts/include \ | 324 | -I${srctree}/scripts/dtc/include-prefixes \ |
| 325 | -I${srctree}/drivers/of/testcase-data \ | 325 | -I${srctree}/drivers/of/testcase-data \ |
| 326 | -undef -D__DTS__" | 326 | -undef -D__DTS__" |
| 327 | 327 | ||
