commit | 1b3e169188529d2ce2e684e827a1f347ee6aebbb | [log] [tgz] |
---|---|---|
author | Brent Hronik <bhronik@codeaurora.org> | Fri Sep 13 14:41:36 2013 -0600 |
committer | Eric Holmberg <eholmber@codeaurora.org> | Tue Sep 24 11:05:00 2013 -0600 |
tree | a5380902882b8156259b97be58e37ac2baaae3b8 | |
parent | b22a381e104fb7d730492c779cc8f9b42f2d5e78 [diff] |
msm: smd_tty: fix section mismatch A few methods specified with the __init flag can potentially be called by methods that don't specify the __init flag. This poses a problem, since the methods specified by the __init flag are freed after initialization time. Remove the __init flag from the methods that can be called after initialization time. Change-Id: I0e5d11b937922759b8962955efcc8f68ca849dbc Signed-off-by: Brent Hronik <bhronik@codeaurora.org>