]> git.baikalelectronics.ru Git - kernel.git/commit
[MTD] Make init_sharpsl symbol static
authorDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Tue, 25 Nov 2008 00:55:07 +0000 (02:55 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 10 Dec 2008 13:00:11 +0000 (13:00 +0000)
commit307f503e0912a93d2c72af502a541e119486c841
tree275e6e244b51941a857a0bce632b08673c6c0efb
parentcde712ca2bdb2c483d8c284b188f5e20ff016c1f
[MTD] Make init_sharpsl symbol static

The function init_sharpsl is needlessly defined global.
Make it static by adding the needed keyword to the file
drivers/mtd/maps/sharpsl-flash.c, where the function is
defined.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/maps/sharpsl-flash.c