lib/percpu_ida.c: remove redundant includes
authorRasmus Villemoes <[email protected]>
Thu, 12 Feb 2015 23:03:19 +0000 (15:03 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:16 +0000 (18:54 -0800)
commit6918584aad8e9c6b9a9be74b15bf9e7dafc2d691
tree17e4267c31d3d3e70d148caf4efd77e374de57b5
parentbf3c2d6d2f9649f1cdfac96781e98a097e871147
lib/percpu_ida.c: remove redundant includes

These three #includes seem to be completely redundant: Removing them
yields identical objdump -d output for each of {allyes,allno,def}config,
and neither included file end up in the generated dependency file through
some recursive include.  In total, about 50 lines are eliminated from
.percpu.o.cmd.

Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/percpu_ida.c