commit | 4ff1c130d34d08212113241ed395019805001892 | [log] [tgz] |
---|---|---|
author | Dustin Brown <dustinb@codeaurora.org> | Thu Aug 17 16:57:01 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Tue Sep 19 13:27:50 2017 -0700 |
tree | 5575c6331448ef538cdfc20961a17e9f19235bb0 | |
parent | 7df3f4f74ba883dbac71a550699f72e7847993b4 [diff] |
qcacmn: Remove vma from vm_operations_struct->fault handler Linux kernel 4.10 removes the vm_area_struct parameter from the vm_operations_struct->fault handler. Add conditional compilation to provided the appropriate fault handler signature based on the version of the Linux kernel being compiled against. Change-Id: I467f4d8426ecfa55e4f2aac26a5326901239a752 CRs-Fixed: 2094824