Skip to content

Commit c03719e

Browse files
lucastanureozbenh
authored andcommitted
powerpc: Fix wrong defintion in boot/io.h
Fix wrong __IO_H definition in boot/io.h Reported-by: Fernando Silveira <[email protected]> Signed-off-by: Lucas Tanure <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
1 parent 7340056 commit c03719e

File tree

1 file changed

+1
-1
lines changed
  • arch/powerpc/boot

1 file changed

+1
-1
lines changed

arch/powerpc/boot/io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef _IO_H
2-
#define __IO_H
2+
#define _IO_H
33

44
#include "types.h"
55

0 commit comments

Comments
 (0)