diff options
Diffstat (limited to 'platform/generic/include/platform_override.h')
-rw-r--r-- | platform/generic/include/platform_override.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/generic/include/platform_override.h b/platform/generic/include/platform_override.h index 77a90d6..4af8754 100644 --- a/platform/generic/include/platform_override.h +++ b/platform/generic/include/platform_override.h @@ -20,10 +20,6 @@ struct platform_override { int (*final_init)(bool cold_boot, const struct fdt_match *match); void (*early_exit)(const struct fdt_match *match); void (*final_exit)(const struct fdt_match *match); - int (*system_reset_check)(u32 reset_type, u32 reset_reason, - const struct fdt_match *match); - void (*system_reset)(u32 reset_type, u32 reset_reason, - const struct fdt_match *match); int (*fdt_fixup)(void *fdt, const struct fdt_match *match); }; |