From c6b9bbd524c4dbbfe5f832f08ef36cc34d7632cd Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 24 Oct 2005 14:32:35 +1000 Subject: [PATCH] --- yaml --- r: 11637 b: refs/heads/master c: f38d87f566195d78bd70538d5c774758f2d926d3 h: refs/heads/master i: 11635: 75dfc197f49ae558b16353fc1bdeaff816564c12 v: v3 --- [refs] | 2 +- .../include/{asm-ppc64 => asm-powerpc}/vio.h | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) rename trunk/include/{asm-ppc64 => asm-powerpc}/vio.h (84%) diff --git a/[refs] b/[refs] index 071c5ed1b474..54042583da6d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 580460194e0e647d95cb5a2b66fdd7497b197f92 +refs/heads/master: f38d87f566195d78bd70538d5c774758f2d926d3 diff --git a/trunk/include/asm-ppc64/vio.h b/trunk/include/asm-powerpc/vio.h similarity index 84% rename from trunk/include/asm-ppc64/vio.h rename to trunk/include/asm-powerpc/vio.h index 03f1b95f433b..f10f72f24fde 100644 --- a/trunk/include/asm-ppc64/vio.h +++ b/trunk/include/asm-powerpc/vio.h @@ -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 #include @@ -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 */