Merge branch 'master' into for-linus
This commit is contained in:
commit
ab11b48740
4568 changed files with 225354 additions and 333642 deletions
|
|
@ -8,7 +8,10 @@
|
|||
|
||||
#define DECLARE_BITMAP(name,bits) \
|
||||
unsigned long name[BITS_TO_LONGS(bits)]
|
||||
|
||||
#else
|
||||
#ifndef __EXPORTED_HEADERS__
|
||||
#warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
|
||||
#endif /* __EXPORTED_HEADERS__ */
|
||||
#endif
|
||||
|
||||
#include <linux/posix_types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue