mmc: queue: declare mmc_alloc_sg as static
authorVenkatraman S <svenkatr@ti.com>
Tue, 23 Aug 2011 15:46:02 +0000 (21:16 +0530)
committerChris Ball <cjb@laptop.org>
Wed, 26 Oct 2011 19:43:35 +0000 (15:43 -0400)
commit7513cd7af8df412d05349c5e44dc7638974211d8
tree6263d29bed11158ccdbb846805ab5509f71daf2a
parent2b795518bd7bcd1990b8f8b7225c9bb8eb5a30c1
mmc: queue: declare mmc_alloc_sg as static

Fix the sparse warning "drivers/mmc/card/queue.c:111:20: warning:
symbol 'mmc_alloc_sg' was not declared. Should it be static?"

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/card/queue.c