Commit c0a8d05c authored by Kelly Daly's avatar Kelly Daly

merge filename and modify references to iseries/hv_call_event.h

Signed-off-by: default avatarKelly Daly <kelly@au.ibm.com>
parent 1da44037
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <asm/paca.h> #include <asm/paca.h>
#include <asm/iSeries/ItLpQueue.h> #include <asm/iSeries/ItLpQueue.h>
#include <asm/iSeries/HvLpEvent.h> #include <asm/iSeries/HvLpEvent.h>
#include <asm/iSeries/HvCallEvent.h> #include <asm/iseries/hv_call_event.h>
#include <asm/iSeries/ItLpNaca.h> #include <asm/iSeries/ItLpNaca.h>
/* /*
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/abs_addr.h> #include <asm/abs_addr.h>
#include <asm/iSeries/HvLpConfig.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/HvCallXm.h>
#include <asm/iSeries/ItLpQueue.h> #include <asm/iSeries/ItLpQueue.h>
#include <asm/iSeries/mf.h> #include <asm/iSeries/mf.h>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <asm/iSeries/vio.h> #include <asm/iSeries/vio.h>
#include <asm/iSeries/HvLpEvent.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/HvLpConfig.h>
#include <asm/iseries/hv_call.h> #include <asm/iseries/hv_call.h>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#include <asm/vio.h> #include <asm/vio.h>
#include <asm/iSeries/vio.h> #include <asm/iSeries/vio.h>
#include <asm/iSeries/HvLpEvent.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/HvLpConfig.h>
#define VIOTAPE_VERSION "1.2" #define VIOTAPE_VERSION "1.2"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <asm/types.h> #include <asm/types.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/iSeries/HvTypes.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 * HvLpEvent is the structure for Lp Event messages passed between
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <asm/iSeries/HvTypes.h> #include <asm/iSeries/HvTypes.h>
#include <asm/iSeries/HvCallEvent.h> #include <asm/iSeries/iseries/hv_call_event.h>
struct rtc_time; struct rtc_time;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment