diff options
author | 2020-09-19 10:04:03 +0200 | |
---|---|---|
committer | 2020-09-30 16:44:17 +0200 | |
commit | 6d11178762f7c8338a028b428198383b8978b280 (patch) | |
tree | 788348218c3d1c30842f73c66b0e747aaffc752d /drivers/usb/cdns3/cdns3-imx.c | |
parent | mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops() (diff) | |
download | linux-dev-6d11178762f7c8338a028b428198383b8978b280.tar.xz linux-dev-6d11178762f7c8338a028b428198383b8978b280.zip |
mtd: rawnand: ams-delta: Fix non-OF build warning
Commit 7c2f66a960fc ("mtd: rawnand: ams-delta: Add module device
tables") introduced an OF module device table but wrapped a reference
to it with of_match_ptr() which resolves to NULL in non-OF configs.
That resulted in a clang compiler warning on unused variable in non-OF
builds. Fix it.
drivers/mtd/nand/raw/ams-delta.c:373:34: warning: unused variable 'gpio_nand_of_id_table' [-Wunused-const-variable]
static const struct of_device_id gpio_nand_of_id_table[] = {
^
1 warning generated.
Fixes: 7c2f66a960fc ("mtd: rawnand: ams-delta: Add module device tables")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200919080403.17520-1-jmkrzyszt@gmail.com
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions