Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f38d87f5 authored by Stephen Rothwell's avatar Stephen Rothwell
Browse files

powerpc: Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h



Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h, that's it.

Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 58046019
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
 * 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>
@@ -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 */