diff options
author | Tom Rix <[email protected]> | 2023-03-21 07:46:38 -0400 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2023-03-22 17:05:51 +0100 |
commit | cb70cf99abae487941bbb5d3661653c02a5103cc (patch) | |
tree | debbd542038159a14ceef7e5a837544fc9b28d90 /tools/perf/scripts/python/sched-migration.py | |
parent | 7c09abba58cf912fa417be8720cff00df12354aa (diff) |
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 <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions