atmel_nand_load_image() is not defined anywhere. Signed-off-by: Alexander Shiyan <eagle.alexander923@xxxxxxxxx> --- include/mach/at91/board.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/mach/at91/board.h b/include/mach/at91/board.h index 5f04f9c849..7edadeafba 100644 --- a/include/mach/at91/board.h +++ b/include/mach/at91/board.h @@ -31,8 +31,6 @@ struct at91_usbh_data { extern void __init at91_add_device_usbh_ohci(struct at91_usbh_data *data); extern void __init at91_add_device_usbh_ehci(struct at91_usbh_data *data); -void atmel_nand_load_image(void *dest, int size, int pagesize, int blocksize); - /* USB Device */ struct at91_udc_data { int vbus_pin; /* high == host powering us */ -- 2.39.1