commit | 9ee49fa5c1b58453cb97969a8282fd7bbf0ad0d4 | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> | Tue Nov 25 02:55:06 2008 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed Dec 10 13:00:23 2008 +0000 |
tree | 3b7dd1d5c06bcd027442cc5f2a1a913606e1662b | |
parent | 26eb10857003e1a738e87aa71f0c91ceb7fc0de4 [diff] |
[MTD] Make init_sbc8240_mtd function static The function init_sbc8240_mtd is not called from outside the module drivers/mtd/maps/sbc8240.c where it is defined, so it can become static. Add the needed keyword. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>