diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-15 06:11:14 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-15 06:11:13 -0800 |
| commit | b9fe2c19b432ad8c4aff72af94e77c9f91097551 (patch) | |
| tree | 7c3bfc901d5870a0e9d6dad799f8fd0710f2258a /arch/arm/include/asm/device.h | |
| parent | 7a779a545a9f5f0cc8075f0fa3aac66a9cef649e (diff) | |
| parent | c8f8f45959410e619c077886086cc6394b81cdb7 (diff) | |
Merge "defconfig: msm: add fastmap config on sdm660"
Diffstat (limited to 'arch/arm/include/asm/device.h')
| -rw-r--r-- | arch/arm/include/asm/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/device.h b/arch/arm/include/asm/device.h index 4111592f0130..d8a572f9c187 100644 --- a/arch/arm/include/asm/device.h +++ b/arch/arm/include/asm/device.h @@ -7,7 +7,7 @@ #define ASMARM_DEVICE_H struct dev_archdata { - struct dma_map_ops *dma_ops; + const struct dma_map_ops *dma_ops; #ifdef CONFIG_DMABOUNCE struct dmabounce_device_info *dmabounce; #endif |
