From: Wolfram Sang Date: Sat, 22 Feb 2014 08:28:27 +0000 (+0100) Subject: avr32: remove cpu_data macro to fix compiles X-Git-Tag: v3.15-rc1~160^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8acc8722d3b5755abbfbe73f732dec576f28757a;p=pandora-kernel.git avr32: remove cpu_data macro to fix compiles Having cpu_data as a parameterless macro can easily cause build failures because it can be a variable name like in linux/pm_domain.h [1]. So, remove the macro and convert its only user. Because this architecture cannot do SMP, remove the whole SMP block, too. Only compile tested due to no hardware. Signed-off-by: Wolfram Sang Acked-by: Hans-Christian Egtvedt [1] https://lists.01.org/pipermail/kbuild-all/2014-February/003252.html --- Reading git-diff-tree failed