diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi_utils/ipi/fdt_ipi.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sbi_utils/ipi/fdt_ipi.h b/include/sbi_utils/ipi/fdt_ipi.h index 161f7a2e..9b014470 100644 --- a/include/sbi_utils/ipi/fdt_ipi.h +++ b/include/sbi_utils/ipi/fdt_ipi.h @@ -11,14 +11,10 @@ #define __FDT_IPI_H__ #include <sbi/sbi_types.h> +#include <sbi_utils/fdt/fdt_driver.h> #ifdef CONFIG_FDT_IPI -struct fdt_ipi { - const struct fdt_match *match_table; - int (*cold_init)(const void *fdt, int nodeoff, const struct fdt_match *match); -}; - int fdt_ipi_init(void); #else |
