diff options
author | 2019-02-08 09:40:29 +0530 | |
---|---|---|
committer | 2019-02-08 09:40:29 +0530 | |
commit | af816ddfbdf049dfce251513af4b5dc903c9764c (patch) | |
tree | 15fe94fb3dbb0db54d203c2a1229a0b7a9c3a608 /include/linux/compiler-gcc.h | |
parent | cpufreq: tegra124: add missing of_node_put() (diff) | |
parent | cpufreq: qcom-hw: Register an Energy Model (diff) | |
download | wireguard-linux-af816ddfbdf049dfce251513af4b5dc903c9764c.tar.xz wireguard-linux-af816ddfbdf049dfce251513af4b5dc903c9764c.zip |
Merge branch 'cpufreq/qcom-hw' into cpufreq/arm/linux-next
Diffstat (limited to 'include/linux/compiler-gcc.h')
-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 5776da43da97..dd8268f5f5f0 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -68,7 +68,7 @@ */ #define uninitialized_var(x) x = x -#ifdef RETPOLINE +#ifdef CONFIG_RETPOLINE #define __noretpoline __attribute__((__indirect_branch__("keep"))) #endif |