diff options
author | Al Viro <viro@hera.kernel.org> | 2006-12-04 20:41:19 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 12:45:29 -0800 |
commit | a80958f4849316a18c06f75b9e850ccecbf20df8 (patch) | |
tree | 69a5469fee713392bdacd7f197336ce2d8c76c19 /include/linux/kernelcapi.h | |
parent | 0c789ff64e874bbece03b607f200566ab24ea9ab (diff) |
[PATCH] fix fallout from header dependency trimming
OK, that seems to be enough to deal with the mess.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/kernelcapi.h')
-rw-r--r-- | include/linux/kernelcapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernelcapi.h b/include/linux/kernelcapi.h index f8a0ff86dac..aea34e74c49 100644 --- a/include/linux/kernelcapi.h +++ b/include/linux/kernelcapi.h @@ -48,6 +48,7 @@ typedef struct kcapi_carddef { #include <linux/list.h> #include <linux/skbuff.h> #include <linux/workqueue.h> +#include <asm/semaphore.h> #define KCI_CONTRUP 0 /* arg: struct capi_profile */ #define KCI_CONTRDOWN 1 /* arg: NULL */ |