From: Geert Uytterhoeven Date: Thu, 9 Oct 2014 22:30:06 +0000 (-0700) Subject: frv: remove unused cpuinfo_frv and friends to fix future build error X-Git-Tag: fixes-against-v3.18-rc2~137^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f456607a7acc73947580a84eb36d180d2562b7;p=pandora-kernel.git 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 Reported-by: kbuild test robot Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed