diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 12:08:31 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 12:08:31 +1100 |
commit | e45423eac2e191a6cfdacdf61cb931976d73cc0b (patch) | |
tree | 63f750d5be8ee2252c83edb109bd7bdbaaa867ba /drivers/char | |
parent | 15b17189489f6d759fa2d61e7b6c87c55eeffb2c (diff) |
merge filename and modify references to iseries/hv_lp_event.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/viocons.c | 2 | ||||
-rw-r--r-- | drivers/char/viotape.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/viocons.c b/drivers/char/viocons.c index 33d7820eaab..694bab3b7bf 100644 --- a/drivers/char/viocons.c +++ b/drivers/char/viocons.c @@ -46,7 +46,7 @@ #include <asm/iSeries/vio.h> -#include <asm/iSeries/HvLpEvent.h> +#include <asm/iseries/hv_lp_event.h> #include <asm/iseries/hv_call_event.h> #include <asm/iseries/hv_lp_config.h> #include <asm/iseries/hv_call.h> diff --git a/drivers/char/viotape.c b/drivers/char/viotape.c index 296797e5a2b..3242b241d78 100644 --- a/drivers/char/viotape.c +++ b/drivers/char/viotape.c @@ -55,7 +55,7 @@ #include <asm/vio.h> #include <asm/iSeries/vio.h> -#include <asm/iSeries/HvLpEvent.h> +#include <asm/iseries/hv_lp_event.h> #include <asm/iseries/hv_call_event.h> #include <asm/iseries/hv_lp_config.h> |