diff options
author | Pekka Enberg <[email protected]> | 2009-03-24 10:54:46 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-04-03 12:21:12 +0200 |
commit | aa84442d674ef83e1cbf2bce52a20ecff4ce515e (patch) | |
tree | 79e2c846edd607a2dff678d31577552617011cb8 /net/lapb/lapb_timer.c | |
parent | 21e5445928af0d80f7cf803a77f2b65e9e147890 (diff) |
kmemtrace, security: fix linux/key.h header file dependencies
Impact: cleanup
We want to remove percpu.h from rcupdate.h (for upcoming kmemtrace
changes), but this is not possible currently without breaking the
build because key.h has an implicit include file dependency on
rwsem.h:
CC [M] fs/cifs/cifs_spnego.o
In file included from include/keys/user-type.h:15,
from fs/cifs/cifs_spnego.c:24:
include/linux/key.h:128: error: field ‘sem’ has incomplete type
make[2]: *** [fs/cifs/cifs_spnego.o] Error 1
make[1]: *** [fs/cifs] Error 2
make: *** [fs] Error 2
Fix it by making the dependency explicit.
Signed-off-by: Pekka Enberg <[email protected]>
Cc: Eduard - Gabriel Munteanu <[email protected]>
LKML-Reference: <1237884886.25315.39.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions