diff options
author | Tom Rix <trix@redhat.com> | 2023-03-21 12:46:38 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-03-22 17:05:51 +0100 |
commit | cb70cf99abae487941bbb5d3661653c02a5103cc (patch) | |
tree | debbd542038159a14ceef7e5a837544fc9b28d90 /arch | |
parent | mtd: nand: qcom: Use of_property_present() for testing DT property presence (diff) | |
download | linux-cb70cf99abae487941bbb5d3661653c02a5103cc.tar.xz linux-cb70cf99abae487941bbb5d3661653c02a5103cc.zip |
mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functions
clang with W=1 reports
drivers/mtd/nand/raw/mxc_nand.c:1602:19: error: unused function
'is_imx51_nfc' [-Werror,-Wunused-function]
static inline int is_imx51_nfc(struct mxc_nand_host *host)
^
drivers/mtd/nand/raw/mxc_nand.c:1607:19: error: unused function
'is_imx53_nfc' [-Werror,-Wunused-function]
static inline int is_imx53_nfc(struct mxc_nand_host *host)
^
These functions are not used, so remove them.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230321114638.1782086-1-trix@redhat.com
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions