]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/ops.h
[POWERPC] Cleanup zImage handling of kernel entry with flat device tree
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / ops.h
index 59832fb0f2760e3333c66d956b260d42ac34f724..8abb6516bb7c1833a90fb8341ac459751728b921 100644 (file)
@@ -35,8 +35,7 @@ struct dt_ops {
                        const int buflen);
        int     (*setprop)(const void *phandle, const char *name,
                        const void *buf, const int buflen);
-       void    (*ft_pack)(void);
-       unsigned long (*ft_addr)(void);
+       unsigned long (*finalize)(void);
 };
 extern struct dt_ops dt_ops;