aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include')
-rw-r--r--arch/ia64/include/asm/clocksource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/clocksource.h b/arch/ia64/include/asm/clocksource.h
index 00eb549a59b0..5c8596e4cb02 100644
--- a/arch/ia64/include/asm/clocksource.h
+++ b/arch/ia64/include/asm/clocksource.h
@@ -3,8 +3,6 @@
3#ifndef _ASM_IA64_CLOCKSOURCE_H 3#ifndef _ASM_IA64_CLOCKSOURCE_H
4#define _ASM_IA64_CLOCKSOURCE_H 4#define _ASM_IA64_CLOCKSOURCE_H
5 5
6#define __ARCH_HAS_CLOCKSOURCE_DATA
7
8struct arch_clocksource_data { 6struct arch_clocksource_data {
9 void *fsys_mmio; /* used by fsyscall asm code */ 7 void *fsys_mmio; /* used by fsyscall asm code */
10}; 8};