aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
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 /drivers
parentpowerpc: import a fix from arch/ppc/mm/pgtable.c (diff)
downloadlinux-dev-1da44037883c0405154d53fe76da27e078456664.tar.xz
linux-dev-1da44037883c0405154d53fe76da27e078456664.zip
merge filename and modify references to iseries/hv_call.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/viocons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/viocons.c b/drivers/char/viocons.c
index 44f5fb4a46ef..180507ae590f 100644
--- a/drivers/char/viocons.c
+++ b/drivers/char/viocons.c
@@ -49,7 +49,7 @@
#include <asm/iSeries/HvLpEvent.h>
#include <asm/iSeries/HvCallEvent.h>
#include <asm/iSeries/HvLpConfig.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
#ifdef CONFIG_VT
#error You must turn off CONFIG_VT to use CONFIG_VIOCONS