RE: [PATCH v3 07/23] mtd: spi-nor: Move the SFDP header structure to a C header
| Newsgroups | org.kernel.vger.linux-doc,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-mtd,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
> The sfdp_header structure is currently defined in sfdp.c, whereas the > sfdp_parameter_header structure is defined in sfdp.h. In order to ease > the reuse of this structure outside of the sfdp.c file, move this > structure to the sfdp C header (.h). > > Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Takahiro Kuwano <[email protected]>