From a6f441eb130b7b28e472e6506c9694669dad09a2 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 27 Oct 2012 13:58:15 -0300 Subject: [PATCH] --- yaml --- r: 343823 b: refs/heads/master c: 5e04f9201c905a22e5aab56f08db71ee21448f31 h: refs/heads/master i: 343821: 23916a3b9e7d7533ba52b5bde0f9013ed754f574 343819: 8fec62b27d6942cf8140b254f0d924a1d658bc8e 343815: ff9bdcbe0dad538976521a46275bbfd4b1fdc73b 343807: 4a3886f640c2434479bd348672f6d5b694b9ee05 v: v3 --- [refs] | 2 +- trunk/drivers/media/tuners/max2165.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3c5996c52c5d..083886ec9a3b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 230dc94a2a6e5786b8529e3218979719758f1fa0 +refs/heads/master: 5e04f9201c905a22e5aab56f08db71ee21448f31 diff --git a/trunk/drivers/media/tuners/max2165.c b/trunk/drivers/media/tuners/max2165.c index ba84936aafd6..95ed46f2cd26 100644 --- a/trunk/drivers/media/tuners/max2165.c +++ b/trunk/drivers/media/tuners/max2165.c @@ -161,7 +161,7 @@ static int max2165_set_bandwidth(struct max2165_priv *priv, u32 bw) return 0; } -int fixpt_div32(u32 dividend, u32 divisor, u32 *quotient, u32 *fraction) +static int fixpt_div32(u32 dividend, u32 divisor, u32 *quotient, u32 *fraction) { u32 remainder; u32 q, f = 0;