From: Kris Van Hees Date: Thu, 12 Jan 2012 21:39:42 +0000 (-0500) Subject: The idr_empty() macro is no longer needed. X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~199 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=834b62380fa220c49e90a7e9cace7785b226f753;p=users%2Fjedix%2Flinux-maple.git The idr_empty() macro is no longer needed. Signed-off-by: Kris Van Hees --- diff --git a/dtrace/dtrace.h b/dtrace/dtrace.h index 9e7f05124b4b0..f981edc634a29 100644 --- a/dtrace/dtrace.h +++ b/dtrace/dtrace.h @@ -323,8 +323,6 @@ typedef typeof(((struct pt_regs *)0)->ip) pc_t; #define ktime_nz(t0) ((t0).tv64 != 0LL) #define ktime_cp(t0, t1) ((t0).tv64 = (t1).tv64) -#define idr_empty(idp) ((idp)->top == NULL) - typedef struct dtrace_ppriv { uint32_t dtpp_flags; uid_t dtpp_uid;