lkml.org 
[lkml]   [2004]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[Compile Regression in 2.4.25-pre8][PATCH 9/42]

    crc32.c:91: warning: static declaration for `fn_calc_memory_chunk_crc32' follows non-static

    fn_calc_memory_chunk_crc32 is declared static in
    drivers/net/wan/8253x/crc32.c. Remove the prototype from the header.

    diff -Nru -X dontdiff linux-2.4-vanilla/drivers/net/wan/8253x/crc32dcl.h linux-2.4/drivers/net/wan/8253x/crc32dcl.h
    --- linux-2.4-vanilla/drivers/net/wan/8253x/crc32dcl.h Sat Aug 3 02:39:44 2002
    +++ linux-2.4/drivers/net/wan/8253x/crc32dcl.h Sat Jan 31 17:03:17 2004
    @@ -29,7 +29,6 @@
    /****************************************************/

    extern void fn_init_crc_table(void);
    -extern unsigned int fn_calc_memory_chunk_crc32(void *p, unsigned int n_bytes, unsigned int crc);
    extern unsigned int fn_calc_memory_crc32(void *p, unsigned int n_bytes);
    extern unsigned int fn_check_memory_crc32(void *p, unsigned int n_bytes, unsigned int crc);

    --
    Reply-To: kronos@kronoz.cjb.net
    Home: http://kronoz.cjb.net
    "In linea di principio sarei indifferente al natale, se solo il natale
    ricambiasse la cortesia e mi lasciasse in pace." -- Marco d'Itri
    -
    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/
    \
     
     \ /
      Last update: 2005-03-22 14:00    [W:4.399 / U:0.652 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site