Files
ubports_kernel_google_msm/include/linux
Ralf Baechle 503e576303 Fix build error in <linux/irq.h>
<linux/irq.h> relies on <linux/gfp.h> and <linux/topology.h> having been
included previous.  If not, the errors like below will result.

    CC      arch/mips/mti-malta/malta-int.o
  In file included from arch/mips/mti-malta/malta-int.c:25:
  include/linux/irq.h: In function ‘init_alloc_desc_masks’:
  include/linux/irq.h:444: error: implicit declaration of function ‘cpu_to_node’
  include/linux/irq.h:446: error: ‘GFP_ATOMIC’ undeclared (first use in this function)
  include/linux/irq.h:446: error: (Each undeclared identifier is reported only once
  include/linux/irq.h:446: error: for each function it appears in.)
  make[3]: *** [arch/mips/mti-malta/malta-int.o] Error 1
  make[2]: *** [arch/mips/mti-malta] Error 2
  make[1]: *** [sub-make] Error 2

Fixed by including the two missing headers.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-03-29 08:19:09 -07:00
..
2009-03-18 19:45:11 -07:00
2009-03-05 14:39:32 -05:00
2009-03-27 14:43:57 -04:00
2009-03-27 14:43:59 -04:00
2009-03-01 00:19:35 -08:00
2009-03-16 08:32:27 -06:00
2009-03-24 12:35:17 +01:00
2009-03-29 08:19:09 -07:00
2009-03-13 14:32:29 +01:00
2009-03-24 22:52:39 -04:00
2009-03-26 10:56:35 -07:00
2009-03-15 19:59:13 -07:00
2009-03-27 14:43:59 -04:00
2009-03-27 14:43:59 -04:00
2009-03-10 20:33:18 -04:00
2009-03-13 16:09:12 -07:00
2009-03-26 02:18:35 +01:00
2009-03-26 18:14:21 +01:00