]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/include/linux/module.h
Merge branch 'for-linus' into for-next
[mirror_ubuntu-focal-kernel.git] / tools / include / linux / module.h
1 #ifndef _LIBLOCKDEP_LINUX_MODULE_H_
2 #define _LIBLOCKDEP_LINUX_MODULE_H_
3
4 #define module_param(name, type, perm)
5
6 static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
7 {
8 return false;
9 }
10
11 #endif