diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-23 12:01:00 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-23 16:38:17 +0100 |
commit | 2178426d26661ed6e18a8d6ea0bc05c98d73600d (patch) | |
tree | 4c9635610e9ca52a06b169ac55c77abe1d4449d2 /include | |
parent | [PATCH] devpts: use lib/parser.c for parsing mount options (diff) | |
download | linux-2178426d26661ed6e18a8d6ea0bc05c98d73600d.tar.xz linux-2178426d26661ed6e18a8d6ea0bc05c98d73600d.zip |
[PATCH] kernel/rcupdate.c: make two structs static
This patch makes two needlessly global structs static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rcupdate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index c2ec6c77874e..5673008b61e1 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h @@ -113,8 +113,6 @@ struct rcu_data { DECLARE_PER_CPU(struct rcu_data, rcu_data); DECLARE_PER_CPU(struct rcu_data, rcu_bh_data); -extern struct rcu_ctrlblk rcu_ctrlblk; -extern struct rcu_ctrlblk rcu_bh_ctrlblk; /* * Increment the quiescent state counter. |