From: Paul Burton Date: Wed, 15 Jan 2014 10:31:48 +0000 (+0000) Subject: MIPS: Add missing includes to gic.h X-Git-Tag: v3.15-rc1~125^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9727a7a58e11c09d28a67345d9a186fcbbdd8f;p=pandora-kernel.git MIPS: Add missing includes to gic.h The gic.h header uses bitmaps and NR_CPUS, and should therefore include linux/bitmap.h and linux/threads.h. This is in preparation for use of this header in a subsequent commit from a C file which doesn't already include those headers. Signed-off-by: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6357/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed