[Compile Regression in 2.4.25-pre8][PATCH 12/42]

From: Kronos (kronos_at_kronoz.cjb.net)
Date: 02/02/04

  • Next message: Kronos: "[Compile Regression in 2.4.25-pre8][PATCH 14/42]"
    Date:	Mon, 2 Feb 2004 20:45:12 +0100
    To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
    
    

    include/linux/autoconf.h:2070:1: warning: "CONFIG_SERIAL_SHARE_IRQ" redefined
    vac-serial.c:13:1: warning: this is the location of the previous definition

    Don't define CONFIG_SERIAL_SHARE_IRQ if it's already defined by the
    build system.

    diff -Nru -X dontdiff linux-2.4-vanilla/drivers/char/vac-serial.c linux-2.4/drivers/char/vac-serial.c
    --- linux-2.4-vanilla/drivers/char/vac-serial.c Tue Nov 11 17:51:12 2003
    +++ linux-2.4/drivers/char/vac-serial.c Sat Jan 31 19:19:50 2004
    @@ -10,7 +10,9 @@
     #define CONFIG_SERIAL_NOPAUSE_IO
     #define SERIAL_DO_RESTART
     
    +#ifndef CONFIG_SERIAL_SHARE_IRQ
     #define CONFIG_SERIAL_SHARE_IRQ
    +#endif
     
     /* Set of debugging defines */
     

    -- 
    Reply-To: kronos@kronoz.cjb.net
    Home: http://kronoz.cjb.net
    "Sei l'unica donna della mia vita".
    (Adamo)
    -
    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: Kronos: "[Compile Regression in 2.4.25-pre8][PATCH 14/42]"

    Relevant Pages

    • Re: Possible dcache BUG
      ... During the compile, the above line output this warning: ... Copyright 2004 by Maurice Eugene Heskett, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • PROBLEM: make menuconfig command with kernel 2.6.4
      ... Is this a problem of my system or a kernel/compiler bug?! ... Here the output of my bash: ... scripts/basic/fixdep.c:193: warning: unused variable `s' ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: + shut-up-warnings-in-ipc-shmc.patch added to -mm tree
      ... > warning. ... I'm with Matt on the typechecking here, and at first liked his proposal; ... they're turning out to be real pigs instead. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: question about module and undeinfed symbols.
      ... I think the problem is isolated, I notices that System.map doesnt ... A warning appear during kernel compilation, ... parameter names in function declaration ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.12-rc5-mm1 - missing #define SECTIONS_SHIFT in sparsemem
      ... > define when SPARSEMEM is off. ... You only see the warning if you add ... I'll send the .config privately in a separate message. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)