diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:13:57 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:13:57 +1100 |
commit | b420677870e53b9b76ced91da207431f687eaed1 (patch) | |
tree | 1469e4a0dfb537d0a192ffd6ffd74e8faf1e8e78 /drivers/char/viocons.c | |
parent | bbc8b628b07e191624a74ce99fe36681cd70af37 (diff) |
merge filename and modify references to iseries/vio.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'drivers/char/viocons.c')
-rw-r--r-- | drivers/char/viocons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/viocons.c b/drivers/char/viocons.c index 694bab3b7bf7..98601c7d04a9 100644 --- a/drivers/char/viocons.c +++ b/drivers/char/viocons.c @@ -44,7 +44,7 @@ #include <linux/tty_flip.h> #include <linux/sysrq.h> -#include <asm/iSeries/vio.h> +#include <asm/iseries/vio.h> #include <asm/iseries/hv_lp_event.h> #include <asm/iseries/hv_call_event.h> |