Browse Source

[POWERPC] replace asm/of_device.h with linux/of_device.h in macio.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Stephen Rothwell 17 years ago
parent
commit
4b1d99b37f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-powerpc/macio.h

+ 1 - 1
include/asm-powerpc/macio.h

@@ -2,7 +2,7 @@
 #define __MACIO_ASIC_H__
 #define __MACIO_ASIC_H__
 #ifdef __KERNEL__
 #ifdef __KERNEL__
 
 
-#include <asm/of_device.h>
+#include <linux/of_device.h>
 
 
 extern struct bus_type macio_bus_type;
 extern struct bus_type macio_bus_type;