diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/prom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index fb068f2eca4a..e73a2b482a15 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -71,7 +71,7 @@ typedef u32 ihandle; | |||
71 | struct property { | 71 | struct property { |
72 | char *name; | 72 | char *name; |
73 | int length; | 73 | int length; |
74 | unsigned char *value; | 74 | void *value; |
75 | struct property *next; | 75 | struct property *next; |
76 | }; | 76 | }; |
77 | 77 | ||