Skip to content

Commit

Permalink
powerpc: Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h
Browse files Browse the repository at this point in the history
Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h, that's it.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Oct 24, 2005
1 parent 5804601 commit f38d87f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions include/asm-ppc64/vio.h → include/asm-powerpc/vio.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* IBM PowerPC Virtual I/O Infrastructure Support.
*
* Copyright (c) 2003 IBM Corp.
* Dave Engebretsen engebret@us.ibm.com
* Santiago Leon santil@us.ibm.com
* Copyright (c) 2003 IBM Corp.
* Dave Engebretsen engebret@us.ibm.com
* Santiago Leon santil@us.ibm.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/

#ifndef _ASM_VIO_H
#define _ASM_VIO_H
#ifndef _ASM_POWERPC_VIO_H
#define _ASM_POWERPC_VIO_H

#include <linux/config.h>
#include <linux/init.h>
Expand Down Expand Up @@ -103,4 +103,4 @@ static inline struct vio_dev *to_vio_dev(struct device *dev)
return container_of(dev, struct vio_dev, dev);
}

#endif /* _ASM_VIO_H */
#endif /* _ASM_POWERPC_VIO_H */

0 comments on commit f38d87f

Please sign in to comment.