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
2 files changed