]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Add missing includes to gic.h
authorPaul Burton <paul.burton@imgtec.com>
Wed, 15 Jan 2014 10:31:48 +0000 (10:31 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Mar 2014 20:25:22 +0000 (21:25 +0100)
commit1ee63db44d0ec82b20c54a15e265548f7fa7a7d6
tree3dd4452a4065e16d2bb64b5f6e0a893d8b7522b1
parent0973c07c772f8b8d95ddd481bbc0ffe3fb59f779
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 <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6357/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/gic.h