of: merge phandle, ihandle and struct property
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / include / asm / prom.h
index b0a84ea5f8eda813441e1001105c699ce3c8093d..c236326177a840bd485283039e2ee1b25060619e 100644 (file)
@@ -71,18 +71,6 @@ struct boot_param_header
        u32     dt_struct_size;         /* size of the DT structure block */
 };
 
-
-
-typedef u32 phandle;
-typedef u32 ihandle;
-
-struct property {
-       char    *name;
-       int     length;
-       void    *value;
-       struct property *next;
-};
-
 struct device_node {
        const char *name;
        const char *type;