diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2010-11-23 17:02:13 -0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-12-03 16:34:41 +0000 |
commit | 2ebf0622cdc5d2b51f22b68a0983d90df8a976c8 (patch) | |
tree | 9d3a658b2c839e98075b3faa06fd9b889a3d6c6e /drivers/char/i8k.c | |
parent | eeda667a29698b9a4d16dce8979afc6f512f3c42 (diff) | |
download | talos-obmc-linux-2ebf0622cdc5d2b51f22b68a0983d90df8a976c8.tar.gz talos-obmc-linux-2ebf0622cdc5d2b51f22b68a0983d90df8a976c8.zip |
mtd: mxc_nand: Fix warning on nr_parts unused variable
If CONFIG_MTD_PARTITIONS is not selected, then the following warning is generated:
CC drivers/mtd/nand/mxc_nand.o
drivers/mtd/nand/mxc_nand.c: In function 'mxcnd_probe':
drivers/mtd/nand/mxc_nand.c:1014: warning: unused variable 'nr_parts'
Fix it by marking nr_parts as __maybe_unused.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/char/i8k.c')
0 files changed, 0 insertions, 0 deletions