Skip to content

Commit

Permalink
powerpc: Fix wrong defintion in boot/io.h
Browse files Browse the repository at this point in the history
Fix wrong __IO_H definition in boot/io.h

Reported-by: Fernando Silveira <fsilveira@gmail.com>
Signed-off-by: Lucas Tanure <tanure@linux.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Lucas Tanure authored and Benjamin Herrenschmidt committed Aug 5, 2014
1 parent 7340056 commit c03719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/io.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _IO_H
#define __IO_H
#define _IO_H

#include "types.h"

Expand Down

0 comments on commit c03719e

Please sign in to comment.