diff options
Diffstat (limited to 'src/flash/nor/ocl.c')
-rw-r--r-- | src/flash/nor/ocl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/flash/nor/ocl.c b/src/flash/nor/ocl.c index 4e7198a7..6b297b0d 100644 --- a/src/flash/nor/ocl.c +++ b/src/flash/nor/ocl.c @@ -321,11 +321,6 @@ static int ocl_probe(struct flash_bank *bank) return ERROR_OK; } -static int ocl_info(struct flash_bank *bank, char *buf, int buf_size) -{ - return ERROR_OK; -} - static int ocl_auto_probe(struct flash_bank *bank) { struct ocl_priv *ocl = bank->driver_priv; @@ -346,6 +341,5 @@ struct flash_driver ocl_flash = { .probe = ocl_probe, .erase_check = ocl_erase_check, .protect_check = ocl_protect_check, - .info = ocl_info, .auto_probe = ocl_auto_probe, }; |