]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/lib/lockdep/uinclude/linux/module.h
tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_address
[mirror_ubuntu-artful-kernel.git] / tools / lib / lockdep / uinclude / linux / module.h
index 09c7a7be8ccc6cf5365dfb59a715822abd96ea3f..07055db296f30a107b9ffd3acd5846a5afd0693d 100644 (file)
@@ -3,4 +3,9 @@
 
 #define module_param(name, type, perm)
 
+static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
+{
+       return false;
+}
+
 #endif