diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 040e8f90..3bacf574 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -94,6 +94,8 @@ src/tap/usbconn/libusb.c: Drop redundant #ifdef protection as the Makefile already has conditional logic. + * src/flash/flash.h: Delete duplicate urj_flash_detectflash prototype. + 2010-01-22 Mike Frysinger * src/cmd/cmd_bit.c (cmd_bit_print_params): Fix strncat length handling. diff --git a/urjtag/src/flash/flash.h b/urjtag/src/flash/flash.h index 3cf8f493..b7b01e3b 100644 --- a/urjtag/src/flash/flash.h +++ b/urjtag/src/flash/flash.h @@ -52,9 +52,6 @@ struct URJ_FLASH_CFI_ARRAY urj_flash_cfi_chip_t **cfi_chips; }; -/** @return URJ_STATUS_OK on success; URJ_STATUS_FAIL on error */ -int urj_flash_detectflash (urj_log_level_t ll, urj_bus_t *bus, uint32_t adr); - extern urj_flash_cfi_array_t *urj_flash_cfi_array; #endif /* URJ_FLASH_H */