summaryrefslogtreecommitdiff
path: root/drivers/char/mmtimer.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@sgi.com>2005-01-27 23:41:28 -0800
committerTony Luck <tony.luck@intel.com>2005-01-27 23:41:28 -0800
commitf64b9ffcd1fbd0a73749eea91b2a70930a2489bb (patch)
treeaf9d9453c9015fb752825768b6322d57ef9b1bc3 /drivers/char/mmtimer.c
parent8dd45bac7d75d8cdcdf6bd2c04c95fbd439c1897 (diff)
[IA64-SGI] move shubio.h into include/asm-ia64/sn/
We have a few drivers that want to include shubio.h, like mmtimer and the xp* drivers. Moving it from arch/ia64/sn/include to include/asm-ia64/sn makes it a little easier for drivers to get at. Signed-off-by: Jesse Barnes <jbarnes@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/char/mmtimer.c')
-rw-r--r--drivers/char/mmtimer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/char/mmtimer.c b/drivers/char/mmtimer.c
index c254bf7bd9a8..3539b4acfc94 100644
--- a/drivers/char/mmtimer.c
+++ b/drivers/char/mmtimer.c
@@ -36,9 +36,7 @@
#include <asm/sn/intr.h>
#include <asm/sn/shub_mmr.h>
#include <asm/sn/nodepda.h>
-
-/* This is ugly and jbarnes has promised me to fix this later */
-#include "../../arch/ia64/sn/include/shubio.h"
+#include <asm/sn/shubio.h>
MODULE_AUTHOR("Jesse Barnes <jbarnes@sgi.com>");
MODULE_DESCRIPTION("SGI Altix RTC Timer");