1. 24 10月, 2007 3 次提交
  2. 23 10月, 2007 2 次提交
  3. 20 10月, 2007 1 次提交
  4. 16 10月, 2007 1 次提交
  5. 01 8月, 2007 1 次提交
  6. 27 7月, 2007 5 次提交
  7. 26 7月, 2007 2 次提交
  8. 20 7月, 2007 1 次提交
  9. 09 6月, 2007 1 次提交
  10. 07 3月, 2007 4 次提交
  11. 20 2月, 2007 1 次提交
    • A
      [PATCH] Declare init_irq_proc before we use it. · 6168a702
      Andrew Morton 提交于
      powerpc gets:
      
      init/main.c: In function `do_basic_setup':
      init/main.c:714: warning: implicit declaration of function `init_irq_proc'
      
      but we cannot include linux/irq.h in generic code.
      
      Fix it by moving the declaration into linux/interrupt.h instead.
      
      And make sure all code that defines init_irq_proc() is including
      linux/interrupt.h.
      
      And nuke an ifdef-in-C
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6168a702
  12. 18 2月, 2007 1 次提交
  13. 10 2月, 2007 3 次提交
  14. 06 12月, 2006 2 次提交
  15. 05 12月, 2006 2 次提交
  16. 21 11月, 2006 1 次提交
  17. 04 10月, 2006 2 次提交
  18. 03 7月, 2006 1 次提交
  19. 01 7月, 2006 1 次提交
  20. 29 6月, 2006 5 次提交