diff options
Diffstat (limited to 'board/freescale/common/fman.h')
| -rw-r--r-- | board/freescale/common/fman.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/common/fman.h b/board/freescale/common/fman.h index 19ef7c4fb..d39ef080c 100644 --- a/board/freescale/common/fman.h +++ b/board/freescale/common/fman.h @@ -20,7 +20,7 @@  #ifndef __FMAN_BOARD_HELPER__  #define __FMAN_BOARD_HELPER__ -void fdt_set_phy_handle(void *fdt, char *compat, phys_addr_t addr, +int fdt_set_phy_handle(void *fdt, char *compat, phys_addr_t addr,  			const char *alias);  #endif |