lkml.org 
[lkml]   [2004]   [Nov]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[8/11] saa7134-core.c: make saa7134_devcount static
    saa7134_devcount in drivers/media/video/saa7134/saa7134-core.c currently 
    has no users outside of this file.


    diffstat output:
    drivers/media/video/saa7134/saa7134-core.c | 2 +-
    drivers/media/video/saa7134/saa7134.h | 1 -
    2 files changed, 1 insertion(+), 2 deletions(-)


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

    --- linux-2.6.10-rc1-mm3-full/drivers/media/video/saa7134/saa7134.h.old 2004-11-07 17:04:35.000000000 +0100
    +++ linux-2.6.10-rc1-mm3-full/drivers/media/video/saa7134/saa7134.h 2004-11-07 17:04:42.000000000 +0100
    @@ -446,7 +446,6 @@
    /* saa7134-core.c */

    extern struct list_head saa7134_devlist;
    -extern unsigned int saa7134_devcount;

    void saa7134_print_ioctl(char *name, unsigned int cmd);
    void saa7134_track_gpio(struct saa7134_dev *dev, char *msg);
    --- linux-2.6.10-rc1-mm3-full/drivers/media/video/saa7134/saa7134-core.c.old 2004-11-07 17:04:57.000000000 +0100
    +++ linux-2.6.10-rc1-mm3-full/drivers/media/video/saa7134/saa7134-core.c 2004-11-07 17:05:24.000000000 +0100
    @@ -95,7 +95,7 @@
    MODULE_PARM_DESC(latency,"pci latency timer");

    struct list_head saa7134_devlist;
    -unsigned int saa7134_devcount;
    +static unsigned int saa7134_devcount;

    #define dprintk(fmt, arg...) if (core_debug) \
    printk(KERN_DEBUG "%s/core: " fmt, dev->name , ## arg)
    -
    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:07    [W:2.766 / U:0.552 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site