tools/lib/lockdep: Remove private kernel headers
[sfrench/cifs-2.6.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