nand: move in driver.h the nand_flash_controller's declaration
commit5d77897526115a59754f625b6d503459c0d73eee
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 30 Apr 2023 22:08:32 +0000 (1 00:08 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Thu, 18 May 2023 09:56:30 +0000 (18 09:56 +0000)
treed41688f15e76074ee8f51e9c99a9f8c89ad1edba
parentf07efff961ede4c8015624679bbfd5b54fcb25b5
nand: move in driver.h the nand_flash_controller's declaration

The static analyser 'sparse' complains, while compiling a nand
driver, that the struct nand_flash_controller is declared in the
file as non static, but it is not exposed through an include file.
The message is:
warning: symbol 'XXX' was not declared. Should it be static?

Move the list of nand_flash_controller's declaration in driver.h
While there, drop the unused/commented boundary scan controller.

Change-Id: I7dc32cef55be13ba537abe0f4c47b135d837126c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7661
Tested-by: jenkins
src/flash/nand/driver.c
src/flash/nand/driver.h