]> git.baikalelectronics.ru Git - kernel.git/commit
[TIPC]: Fix headercheck wrt. tipc_config.h
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 31 Oct 2007 04:44:00 +0000 (21:44 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 31 Oct 2007 04:44:00 +0000 (21:44 -0700)
commit2745238c8347faf2559c9d35d22953bfed608231
treeecf658ca568ae33536578ed3bb48eae2a813eb23
parentf8ffa99e260d1243661e1ca3915b73ebf601b4c6
[TIPC]: Fix headercheck wrt. tipc_config.h

It wants string functions like memcpy() for inline
routines, and these define userland interfaces.

The only clean way to deal with this is to simply
put linux/string.h into unifdef-y and have it
include <string.h> when not-__KERNEL__.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/Kbuild
include/linux/string.h