merge filename and modify references to iseries/vio.h

Signed-off-by: Kelly Daly <kelly@au.ibm.com>
This commit is contained in:
Kelly Daly
2005-11-02 15:13:57 +11:00
parent bbc8b628b0
commit b420677870
9 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
*
* All tape operations are performed by sending messages back and forth to
* the OS/400 partition. The format of the messages is defined in
* iSeries/vio.h
* iseries/vio.h
*/
#include <linux/config.h>
#include <linux/version.h>
@@ -54,7 +54,7 @@
#include <asm/ioctls.h>
#include <asm/vio.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>
#include <asm/iseries/hv_lp_config.h>