]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iommu:msm: fix compilation error.
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 18 Sep 2014 17:56:58 +0000 (18:56 +0100)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:53:58 +0000 (09:53 +0000)
commitcd094b7b4d62c8110935f9c50b7e63e53cf56cf8
treed9cfbf8794af9531871b9ee4c639d01d3f344069
parent05cbb2504d6b67c7d49022ddb51d87e1ccf74144
iommu:msm: fix compilation error.

As part of Rob Clarks cleanup one of the flags have been renamed in
header which introduced a compilation failure.

drivers/iommu/msm_iommu.c: In function ‘msm_iommu_map’:
drivers/iommu/msm_iommu.c:426:7: error: ‘FL_AP_READ’ undeclared (first use in this function)
drivers/iommu/msm_iommu.c:426:7: note: each undeclared identifier is reported only once for each function it appears in
drivers/iommu/msm_iommu.c:426:20: error: ‘FL_AP_WRITE’ undeclared (first use in this function)
make[3]: *** [drivers/iommu/msm_iommu.o] Error 1
make[2]: *** [drivers/iommu] Error 2
make[1]: *** [drivers] Error 2

iThis patch fixes the error by using the new flags in the driver.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
drivers/iommu/msm_iommu.c