diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-10 00:30:06 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-10 04:26:03 +0200 |
commit | 21f456607a7acc73947580a84eb36d180d2562b7 (patch) | |
tree | 1b46f8abb2a6b1b1967a43395b254fff450fb3d5 /arch/frv/kernel/gdb-io.h | |
parent | zbud: avoid accessing last unused freelist (diff) | |
download | linux-21f456607a7acc73947580a84eb36d180d2562b7.tar.xz linux-21f456607a7acc73947580a84eb36d180d2562b7.zip |
frv: remove unused cpuinfo_frv and friends to fix future build error
Frv has a macro named cpu_data, interfering with variables and struct
members with the same name:
include/linux/pm_domain.h:75:24: error: expected identifier or '('
before '&' token
struct gpd_cpu_data *cpu_data;
As struct cpuinfo_frv, boot_cpu_data, cpu_data, and current_cpu_data are
not used, removed them to fix this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/kernel/gdb-io.h')
0 files changed, 0 insertions, 0 deletions