RE: [PATCH v3 07/23] mtd: spi-nor: Move the SFDP header structure to a C header
| Newsgroups | gmane.linux.documentation,gmane.linux.drivers.mtd,gmane.linux.ports.arm.kernel,gmane.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]>