[POWERPC] Make struct property's value a void *
[pandora-kernel.git] / include / asm-powerpc / prom.h
index fb068f2..e73a2b4 100644 (file)
@@ -71,7 +71,7 @@ typedef u32 ihandle;
 struct property {
        char    *name;
        int     length;
-       unsigned char *value;
+       void    *value;
        struct property *next;
 };