diff options
| author | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
| commit | a815752ac0ffdb910e92958d41d28f4fb28e5296 (patch) | |
| tree | a3aa16a282354da0debe8e3a3a7ed8aac6e54001 /include/linux/idr.h | |
| parent | 5ade9deaaa3e1f7291467d97b238648e43eae15e (diff) | |
| parent | a15306365a16380f3bafee9e181ba01231d4acd7 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/idr.h')
| -rw-r--r-- | include/linux/idr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h index 0edda411959c..9a2d762124de 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | #include <linux/types.h> | 15 | #include <linux/types.h> |
| 16 | #include <linux/bitops.h> | 16 | #include <linux/bitops.h> |
| 17 | #include <linux/init.h> | ||
| 17 | 18 | ||
| 18 | #if BITS_PER_LONG == 32 | 19 | #if BITS_PER_LONG == 32 |
| 19 | # define IDR_BITS 5 | 20 | # define IDR_BITS 5 |
| @@ -115,4 +116,6 @@ void ida_remove(struct ida *ida, int id); | |||
| 115 | void ida_destroy(struct ida *ida); | 116 | void ida_destroy(struct ida *ida); |
| 116 | void ida_init(struct ida *ida); | 117 | void ida_init(struct ida *ida); |
| 117 | 118 | ||
| 119 | void __init idr_init_cache(void); | ||
| 120 | |||
| 118 | #endif /* __IDR_H__ */ | 121 | #endif /* __IDR_H__ */ |
