1. 01 4月, 2009 2 次提交
    • H
      [S390] fix hypfs build failure · 33b26d79
      Heiko Carstens 提交于
      Fix build breakage below which probably was introduced with
      ("rcu: don't include unnecessary headers, allow kmemtrace w/ tracepoints").
      
        CC      arch/s390/hypfs/hypfs_diag.o
      arch/s390/hypfs/hypfs_diag.c: In function 'diag204_free_buffer':
      arch/s390/hypfs/hypfs_diag.c:364: error: implicit declaration of function 'free_pages'
      arch/s390/hypfs/hypfs_diag.c: In function 'diag204_alloc_rbuf':
      arch/s390/hypfs/hypfs_diag.c:384: error: implicit declaration of function '__get_free_pages'
      arch/s390/hypfs/hypfs_diag.c:384: error: 'GFP_KERNEL' undeclared (first use in this function)
      arch/s390/hypfs/hypfs_diag.c:384: error: (Each undeclared identifier is reported only once
      arch/s390/hypfs/hypfs_diag.c:384: error: for each function it appears in.)
      Reported-by: NSachin Sant <sachinp@in.ibm.com>
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      33b26d79
    • H
      [PATCH] sysrq: include interrupt.h instead of irq.h · 5886cea4
      Heiko Carstens 提交于
      With "cpumask: update irq_desc to use cpumask_var_t"
      we get this build failure on s390:
      
        CC      drivers/char/sysrq.o
      In file included from drivers/char/sysrq.c:38:
      include/linux/irq.h: In function 'init_alloc_desc_masks':
      include/linux/irq.h:442: error: dereferencing pointer to incomplete type
      
      drivers/char/sysrq.c should include interrupt.h instead of irq.h.
      
      Cc: Mike Travis <travis@sgi.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      5886cea4
  2. 31 3月, 2009 38 次提交