diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-05-28 19:59:00 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-06-28 20:24:19 +0100 |
commit | ce0f33adec9737bdfe59a10d03fed0c674136ffe (patch) | |
tree | 8c6b8fe22a29fac0e8b07531b94270b494504294 /drivers/hid | |
parent | 8f026f75accb8c9f1179a4b57a5019af36471046 (diff) |
[MTD] [NOR] cfi_cmdset_0002.c: fix 'cfi_amdstd_erase_varsize' to be static
Make cfi_amdstd_erase_varsize static, as declared at the top
of the file to ensure sparse does not print a warning for an
undeclared function, as so:
drivers/mtd/chips/cfi_cmdset_0002.c:1612:5: warning: symbol 'cfi_amdstd_erase_varsize' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions