commit | 87d1d16937f64dd7822aee8b2e35b2f3ed3200b4 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Feb 12 15:02:43 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 12 18:54:15 2015 -0800 |
tree | 8b89c6c5ca7f07ba2e0702015ee7e0a0dc491361 | |
parent | 3248340d3f10871d2ae2d1df9e323f284fa1fdb6 [diff] |
lib/idr.c: remove redundant include idr.c doesn't seem to use anything from hardirq.h (or anything included from that). Removing it produces identical objdump -d output, and gives 44 fewer lines in the .idr.o.cmd dependency file. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>