diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-07-24 10:40:13 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-07-24 17:18:32 +0300 |
commit | fdc482ff73215f8b76f23998375cd06ea4c5f812 (patch) | |
tree | aec0215f1c873bd57555064e4885dccabe0e904d /usr/include | |
parent | e79f3849377d86ad9f73e173e07521ef778586b6 (diff) | |
download | linux-fdc482ff73215f8b76f23998375cd06ea4c5f812.tar.xz |
memory: ti-aemif: Rename SS to SSTROBE to avoid name conflicts
SS conflicts with compile test build on i386:
drivers/memory/ti-aemif.c:40:0: warning: "SS" redefined
In file included from arch/x86/include/uapi/asm/ptrace.h:6:0,
from arch/x86/include/asm/ptrace.h:7,
from arch/x86/include/asm/math_emu.h:5,
from arch/x86/include/asm/processor.h:13,
from include/linux/mutex.h:19,
from include/linux/notifier.h:14,
from include/linux/clk.h:14,
from drivers/memory/ti-aemif.c:12:
arch/x86/include/uapi/asm/ptrace-abi.h:23:0: note: this is the location of the previous definition
#define SS 16
Use more descriptive name (SSTROBE) to avoid the conflict.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'usr/include')
0 files changed, 0 insertions, 0 deletions