[RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h

From: Adrian Bunk (bunk_at_stusta.de)
Date: 08/24/05

  • Next message: Miklos Szeredi: "Re: [PATCH 6/8] remove duplicated sys_open32() code from 64bit archs"
    Date:	Wed, 24 Aug 2005 10:57:50 +0200
    To: linux-kernel@vger.kernel.org
    
    

    If #includ'ing interrupt.h should be enough for getting the prototype of
    e.g. enable_irq() on all architectures, we need this patch.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    --- linux-2.6.13-rc6-mm1-modular/include/linux/interrupt.h.old 2005-08-22 23:44:42.000000000 +0200
    +++ linux-2.6.13-rc6-mm1-modular/include/linux/interrupt.h 2005-08-22 23:45:04.000000000 +0200
    @@ -12,6 +12,7 @@
     #include <asm/atomic.h>
     #include <asm/ptrace.h>
     #include <asm/system.h>
    +#include <asm/irq.h>
     
     /*
      * For 2.4.x compatibility, 2.4.x can use

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Miklos Szeredi: "Re: [PATCH 6/8] remove duplicated sys_open32() code from 64bit archs"

    Relevant Pages