From bb5a2cf9f99731915359b67b52eba307db86fff9 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 26 Jun 2020 15:13:34 +0900 Subject: treewide: convert bd_t to struct bd_info manually Some code was not converted by coccinelle, somehow. I manually fixed up the remaining, and comments, README docs. Signed-off-by: Masahiro Yamada [trini: Add arch/arm/mach-davinci/include/mach/sdmmc_defs.h and include/fdt_support.h] Signed-off-by: Tom Rini --- include/fdt_support.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fdt_support.h') diff --git a/include/fdt_support.h b/include/fdt_support.h index b1543b534f..9684cffe80 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -180,7 +180,7 @@ int fdt_find_or_add_subnode(void *fdt, int parentoffset, const char *name); * This function is called if CONFIG_OF_BOARD_SETUP is defined * * @param blob FDT blob to update - * @param bd_t Pointer to board data + * @param bd Pointer to board data * @return 0 if ok, or -FDT_ERR_... on error */ int ft_board_setup(void *blob, struct bd_info *bd); @@ -202,7 +202,7 @@ void ft_pci_setup(void *blob, struct bd_info *bd); * This function is called if CONFIG_OF_SYSTEM_SETUP is defined * * @param blob FDT blob to update - * @param bd_t Pointer to board data + * @param bd Pointer to board data * @return 0 if ok, or -FDT_ERR_... on error */ int ft_system_setup(void *blob, struct bd_info *bd); -- cgit v1.2.3