Commit 646783a3 authored by Thomas Gleixner's avatar Thomas Gleixner

ia64: vsyscall: Add missing paranthesis

commit 74a622be (ia64: vsyscall: Use seqcount instead of seqlock) broke
the ia64 build.
Reported-by: default avatarTony Luck  <tony.luck@intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c5e14e76
......@@ -270,7 +270,7 @@ void foo(void)
/* used by fsys_gettimeofday in arch/ia64/kernel/fsys.S */
DEFINE(IA64_GTOD_SEQ_OFFSET,
offsetof (struct fsyscall_gtod_data_t, seq);
offsetof (struct fsyscall_gtod_data_t, seq));
DEFINE(IA64_GTOD_WALL_TIME_OFFSET,
offsetof (struct fsyscall_gtod_data_t, wall_time));
DEFINE(IA64_GTOD_MONO_TIME_OFFSET,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment