diff options
author | Scott Wood <scottwood@freescale.com> | 2014-05-14 18:19:12 (GMT) |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-14 18:37:18 (GMT) |
commit | 86ba38e6f5f2fbfe9b49e153ea89593b26482019 (patch) | |
tree | f99d2906b0eafca507f37289e68052fc105cc2dc /include/linux/idr.h | |
parent | 07c8b57b111585a617b2b456497fc9b33c00743c (diff) | |
download | linux-fsl-qoriq-86ba38e6f5f2fbfe9b49e153ea89593b26482019.tar.xz |
Reset to 3.12.19
Diffstat (limited to 'include/linux/idr.h')
-rw-r--r-- | include/linux/idr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h index 267527b..871a213 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h @@ -92,14 +92,10 @@ void idr_init(struct idr *idp); * Each idr_preload() should be matched with an invocation of this * function. See idr_preload() for details. */ -#ifdef CONFIG_PREEMPT_RT_FULL -void idr_preload_end(void); -#else static inline void idr_preload_end(void) { preempt_enable(); } -#endif /** * idr_find - return pointer for given id |