lkml.org 
[lkml]   [2006]   [Aug]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] drivers/media/dvb/frontends/: make 4 functions static
    On Sun, Aug 13, 2006 at 01:24:54AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.18-rc3-mm2:
    >...
    > git-dvb.patch
    >...
    > git trees
    >...

    This patch makes four needlessly global functions static.

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

    ---

    drivers/media/dvb/frontends/stv0299.c | 2 +-
    drivers/media/dvb/frontends/tda10021.c | 2 +-
    drivers/media/dvb/frontends/tda1004x.c | 2 +-
    drivers/media/dvb/frontends/zl10353.c | 2 +-
    4 files changed, 4 insertions(+), 4 deletions(-)

    --- linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/stv0299.c.old 2006-08-13 17:56:46.000000000 +0200
    +++ linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/stv0299.c 2006-08-13 17:56:56.000000000 +0200
    @@ -92,7 +92,7 @@
    return (ret != 1) ? -EREMOTEIO : 0;
    }

    -int stv0299_write(struct dvb_frontend* fe, u8 *buf, int len)
    +static int stv0299_write(struct dvb_frontend* fe, u8 *buf, int len)
    {
    struct stv0299_state* state = fe->demodulator_priv;

    --- linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/tda10021.c.old 2006-08-13 17:57:25.000000000 +0200
    +++ linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/tda10021.c 2006-08-13 17:57:44.000000000 +0200
    @@ -201,7 +201,7 @@
    return 0;
    }

    -int tda10021_write(struct dvb_frontend* fe, u8 *buf, int len)
    +static int tda10021_write(struct dvb_frontend* fe, u8 *buf, int len)
    {
    struct tda10021_state* state = fe->demodulator_priv;

    --- linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/tda1004x.c.old 2006-08-13 17:58:23.000000000 +0200
    +++ linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/tda1004x.c 2006-08-13 17:58:51.000000000 +0200
    @@ -579,7 +579,7 @@
    return -1;
    }

    -int tda1004x_write(struct dvb_frontend* fe, u8 *buf, int len)
    +static int tda1004x_write(struct dvb_frontend* fe, u8 *buf, int len)
    {
    struct tda1004x_state* state = fe->demodulator_priv;

    --- linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/zl10353.c.old 2006-08-13 17:59:09.000000000 +0200
    +++ linux-2.6.18-rc4-mm1/drivers/media/dvb/frontends/zl10353.c 2006-08-13 17:59:35.000000000 +0200
    @@ -54,7 +54,7 @@
    return 0;
    }

    -int zl10353_write(struct dvb_frontend *fe, u8 *ibuf, int ilen)
    +static int zl10353_write(struct dvb_frontend *fe, u8 *ibuf, int ilen)
    {
    int err, i;
    for (i = 0; i < ilen - 1; i++)
    -
    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: 2006-08-13 23:07    [W:4.040 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site