diff options
Diffstat (limited to 'arch/x86/cpu/coreboot/timestamp.c')
-rw-r--r-- | arch/x86/cpu/coreboot/timestamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/coreboot/timestamp.c b/arch/x86/cpu/coreboot/timestamp.c index 7f133cefae3..3ad611a530c 100644 --- a/arch/x86/cpu/coreboot/timestamp.c +++ b/arch/x86/cpu/coreboot/timestamp.c @@ -11,7 +11,7 @@ #include <asm/cb_sysinfo.h> #include <linux/compiler.h> -static struct timestamp_table *ts_table __attribute__((section(".data"))); +static struct timestamp_table *ts_table __section(".data"); void timestamp_init(void) { |