]> Git Repo - linux.git/commit - kernel/printk/printk.c
printk: Remove ratelimit.h from kernel.h
authorIngo Molnar <[email protected]>
Tue, 22 Sep 2009 14:18:09 +0000 (16:18 +0200)
committerIngo Molnar <[email protected]>
Tue, 22 Sep 2009 14:18:09 +0000 (16:18 +0200)
commit3fff4c42bd0a89869a0eb1e7874cc06ffa4aa0f5
tree67c476b8aa52a2f5d17dc9b94da360e10d373bd5
parentedaac8e3167501cda336231d00611bf59c164346
printk: Remove ratelimit.h from kernel.h

Decouple kernel.h from ratelimit.h: the global declaration of
printk's ratelimit_state is not needed, and it leads to messy
circular dependencies due to ratelimit.h's (new) adding of a
spinlock_types.h include.

Cc: Peter Zijlstra <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: David S. Miller <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/kernel.h
include/linux/net.h
kernel/printk.c
kernel/sysctl.c
lib/ratelimit.c
net/core/sysctl_net_core.c
net/core/utils.c
This page took 0.055216 seconds and 4 git commands to generate.