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