| commit | c6e7799c7fb5c0b5c982e7536471301acba4b324 | [log] [tgz] |
|---|---|---|
| author | Zhang Yanfei <zhangyanfei@cn.fujitsu.com> | Sat Apr 27 14:35:11 2013 +0800 |
| committer | Simon Horman <horms@verge.net.au> | Tue Apr 30 09:34:59 2013 +0900 |
| tree | 49d8ed5b4388c3f6291fc5f5ea1f9c10e2b8d7af | |
| parent | 1a4e90ba221684e563bf1baf06f3547cd95e60b0 [diff] |
kexec: cleanup: make add_backup_segments static The function add_backup_segments is only called by my_load and they are in the same file. So unnecessary to export it. Make it static. Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com> Signed-off-by: Simon Horman <horms@verge.net.au>