aboutsummaryrefslogtreecommitdiff
path: root/include/asm-ppc64/spinlock.h
diff options
context:
space:
mode:
authorKelly Daly <kelly@au.ibm.com>2005-11-01 16:59:20 +1100
committerKelly Daly <kelly@au.ibm.com>2005-11-01 16:59:20 +1100
commit1da44037883c0405154d53fe76da27e078456664 (patch)
treedb6f579831b89c55e0e0c095345b4d1e5bdd0500 /include/asm-ppc64/spinlock.h
parente2f2e58e7968f8446b1078a20a18bf8ea12b4fbc (diff)
merge filename and modify references to iseries/hv_call.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-ppc64/spinlock.h')
-rw-r--r--include/asm-ppc64/spinlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/spinlock.h b/include/asm-ppc64/spinlock.h
index 14cb895bb60..7d84fb5e39f 100644
--- a/include/asm-ppc64/spinlock.h
+++ b/include/asm-ppc64/spinlock.h
@@ -21,7 +21,7 @@
#include <linux/config.h>
#include <asm/paca.h>
#include <asm/hvcall.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
#define __raw_spin_is_locked(x) ((x)->slock != 0)