commit | dba530e3c0509f64b41ec756aba2d0820fa9200c | [log] [tgz] |
---|---|---|
author | Rohit Vaswani <rvaswani@codeaurora.org> | Tue Jun 12 20:04:28 2012 -0700 |
committer | Rohit Vaswani <rvaswani@codeaurora.org> | Thu Jun 14 18:57:11 2012 -0700 |
tree | e24961b258109b046b7268f5b600d8428116f5dd | |
parent | 085180b1cf117502624c6e313c96a19fdc651b8d [diff] |
msm: io: Change the static iomappings to be shared With 3.4 kernel the static iomappings can be shared with the ioremap mappings. If ioremap is called with an address for which a static mapping already exists, then that mapping should be used instead of creating a new one. However, the MT_DEVICE_NONSHARED flag prevents this. Hence, get rid of this flag. Change-Id: I0347f8d319510bc437bbcf20a228fb5004fec74c Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>