commit | e18a52d6ffbb80f4456acbf6c3721ddb4861e141 | [log] [tgz] |
---|---|---|
author | Channagoud Kadabi <ckadabi@codeaurora.org> | Thu Oct 04 15:18:55 2012 +0530 |
committer | Channagoud Kadabi <ckadabi@codeaurora.org> | Thu Oct 04 15:21:03 2012 +0530 |
tree | 9a61927aed1fa982a47eb6f05aff20878a25b0ec | |
parent | 258658fb3975e04a670bebfe79ef5c5c6444540b [diff] |
msm7630_surf: Use #if instead of #ifdef ifdef looks whether macro is defined or not & does not care about true or false value. So use #if to to evaluate the expression & then take action, that is what we desire to do. Change-Id: I1d8d9d46c46d21fd4c77535ec5d55144e40df78a