diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2013-12-13 08:16:04 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-03 20:22:26 +0100 |
commit | 919193cee04f49628ae9efdc45bf4af1e506205f (patch) | |
tree | 865e2ef746ee7bd4fb0b0f440af1092067abdf37 /drivers/iio | |
parent | mtd: lpddr: Mark functions as static and remove unused function (diff) | |
download | linux-919193cee04f49628ae9efdc45bf4af1e506205f.tar.xz linux-919193cee04f49628ae9efdc45bf4af1e506205f.zip |
mtd: denali: Mark function is_erased() as static
This patch marks the function is_erased() as static in denali.c because
it is not used outside this file.
This patch elimiates the following warning in nand/denali.c:
drivers/mtd/nand/denali.c:900:6: warning: no previous prototype for ‘is_erased’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions