diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 11:11:11 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 11:11:11 +1100 |
commit | c0a8d05c8a5db835b20a3465b1be1cfe4752a13c (patch) | |
tree | 41a302bb71d162df6dfdd50b1535bbe1677a6244 | |
parent | 1da44037883c0405154d53fe76da27e078456664 (diff) | |
download | blackbird-op-linux-c0a8d05c8a5db835b20a3465b1be1cfe4752a13c.tar.gz blackbird-op-linux-c0a8d05c8a5db835b20a3465b1be1cfe4752a13c.zip |
merge filename and modify references to iseries/hv_call_event.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
-rw-r--r-- | arch/powerpc/platforms/iseries/lpevents.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/iseries/setup.c | 2 | ||||
-rw-r--r-- | drivers/char/viocons.c | 2 | ||||
-rw-r--r-- | drivers/char/viotape.c | 2 | ||||
-rw-r--r-- | include/asm-powerpc/iseries/hv_call_event.h (renamed from include/asm-ppc64/iSeries/HvCallEvent.h) | 0 | ||||
-rw-r--r-- | include/asm-ppc64/iSeries/HvLpEvent.h | 2 | ||||
-rw-r--r-- | include/asm-ppc64/iSeries/mf.h | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/iseries/lpevents.c b/arch/powerpc/platforms/iseries/lpevents.c index 54c7753dbe05..96aa0dd72fb0 100644 --- a/arch/powerpc/platforms/iseries/lpevents.c +++ b/arch/powerpc/platforms/iseries/lpevents.c @@ -19,7 +19,7 @@ #include <asm/paca.h> #include <asm/iSeries/ItLpQueue.h> #include <asm/iSeries/HvLpEvent.h> -#include <asm/iSeries/HvCallEvent.h> +#include <asm/iseries/hv_call_event.h> #include <asm/iSeries/ItLpNaca.h> /* diff --git a/arch/powerpc/platforms/iseries/setup.c b/arch/powerpc/platforms/iseries/setup.c index 1544c6f10a38..2c667b180b1e 100644 --- a/arch/powerpc/platforms/iseries/setup.c +++ b/arch/powerpc/platforms/iseries/setup.c @@ -46,7 +46,7 @@ #include <asm/sections.h> #include <asm/abs_addr.h> #include <asm/iSeries/HvLpConfig.h> -#include <asm/iSeries/HvCallEvent.h> +#include <asm/iseries/hv_call_event.h> #include <asm/iSeries/HvCallXm.h> #include <asm/iSeries/ItLpQueue.h> #include <asm/iSeries/mf.h> diff --git a/drivers/char/viocons.c b/drivers/char/viocons.c index 180507ae590f..ecf5c0953ae4 100644 --- a/drivers/char/viocons.c +++ b/drivers/char/viocons.c @@ -47,7 +47,7 @@ #include <asm/iSeries/vio.h> #include <asm/iSeries/HvLpEvent.h> -#include <asm/iSeries/HvCallEvent.h> +#include <asm/iseries/hv_call_event.h> #include <asm/iSeries/HvLpConfig.h> #include <asm/iseries/hv_call.h> diff --git a/drivers/char/viotape.c b/drivers/char/viotape.c index 51abd3defc1c..232da8c5e66a 100644 --- a/drivers/char/viotape.c +++ b/drivers/char/viotape.c @@ -56,7 +56,7 @@ #include <asm/vio.h> #include <asm/iSeries/vio.h> #include <asm/iSeries/HvLpEvent.h> -#include <asm/iSeries/HvCallEvent.h> +#include <asm/iseries/hv_call_event.h> #include <asm/iSeries/HvLpConfig.h> #define VIOTAPE_VERSION "1.2" diff --git a/include/asm-ppc64/iSeries/HvCallEvent.h b/include/asm-powerpc/iseries/hv_call_event.h index 5d9a327d0122..5d9a327d0122 100644 --- a/include/asm-ppc64/iSeries/HvCallEvent.h +++ b/include/asm-powerpc/iseries/hv_call_event.h diff --git a/include/asm-ppc64/iSeries/HvLpEvent.h b/include/asm-ppc64/iSeries/HvLpEvent.h index 865000de79b6..75ff1b3ed2e5 100644 --- a/include/asm-ppc64/iSeries/HvLpEvent.h +++ b/include/asm-ppc64/iSeries/HvLpEvent.h @@ -25,7 +25,7 @@ #include <asm/types.h> #include <asm/ptrace.h> #include <asm/iSeries/HvTypes.h> -#include <asm/iSeries/HvCallEvent.h> +#include <asm/iseries/hv_call_event.h> /* * HvLpEvent is the structure for Lp Event messages passed between diff --git a/include/asm-ppc64/iSeries/mf.h b/include/asm-ppc64/iSeries/mf.h index 7e6a0d936999..f84404a07f4b 100644 --- a/include/asm-ppc64/iSeries/mf.h +++ b/include/asm-ppc64/iSeries/mf.h @@ -29,7 +29,7 @@ #include <linux/types.h> #include <asm/iSeries/HvTypes.h> -#include <asm/iSeries/HvCallEvent.h> +#include <asm/iSeries/iseries/hv_call_event.h> struct rtc_time; |