diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 59832fb0f276..8abb6516bb7c 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -35,8 +35,7 @@ struct dt_ops { | |||
35 | const int buflen); | 35 | const int buflen); |
36 | int (*setprop)(const void *phandle, const char *name, | 36 | int (*setprop)(const void *phandle, const char *name, |
37 | const void *buf, const int buflen); | 37 | const void *buf, const int buflen); |
38 | void (*ft_pack)(void); | 38 | unsigned long (*finalize)(void); |
39 | unsigned long (*ft_addr)(void); | ||
40 | }; | 39 | }; |
41 | extern struct dt_ops dt_ops; | 40 | extern struct dt_ops dt_ops; |
42 | 41 | ||