diff options
author | 2018-01-25 18:16:26 +0000 | |
---|---|---|
committer | 2018-01-25 18:16:26 +0000 | |
commit | 0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f (patch) | |
tree | b6597ffe774a67ab5b8eebd57c9a723732d3a39c /include/linux/compiler-gcc.h | |
parent | ASoC: don't use snd_soc_write/read on twl4030 (diff) | |
parent | ASoC: don't use snd_soc_write/read on twl6040 (diff) | |
download | wireguard-linux-0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f.tar.xz wireguard-linux-0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f.zip |
Merge branches 'topic/twl4030' and 'topic/twl6040' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage
Diffstat (limited to '')
-rw-r--r-- | include/linux/compiler-gcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index bb78e5bdff26..2272ded07496 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __LINUX_COMPILER_H +#ifndef __LINUX_COMPILER_TYPES_H #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead." #endif |