aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/machvec_dig.h
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2012-07-25 03:15:13 -0400
committerTony Luck <tony.luck@intel.com>2012-07-25 14:47:16 -0400
commitf9445a382e3b9fdd21db41a4825ca1399cd0a3f4 (patch)
tree2b5ba522111c062f646bc6c2b86dfebef272d864 /arch/ia64/include/asm/machvec_dig.h
parent0c406643d9f1a9071aa44045f897bce087fe3945 (diff)
[IA64] Rename platform_name to ia64_platform_name
The macro name is too generic and conflicts with snd_soc_dai_link.platform_name, which triggers lots of build errors. Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/asm/machvec_dig.h')
-rw-r--r--arch/ia64/include/asm/machvec_dig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/machvec_dig.h b/arch/ia64/include/asm/machvec_dig.h
index 8a0752f40987..1f7403a2fbee 100644
--- a/arch/ia64/include/asm/machvec_dig.h
+++ b/arch/ia64/include/asm/machvec_dig.h
@@ -10,7 +10,7 @@ extern ia64_mv_setup_t dig_setup;
10 * platform's machvec structure. When compiling a non-generic kernel, 10 * platform's machvec structure. When compiling a non-generic kernel,
11 * the macros are used directly. 11 * the macros are used directly.
12 */ 12 */
13#define platform_name "dig" 13#define ia64_platform_name "dig"
14#define platform_setup dig_setup 14#define platform_setup dig_setup
15 15
16#endif /* _ASM_IA64_MACHVEC_DIG_h */ 16#endif /* _ASM_IA64_MACHVEC_DIG_h */