From: Hans Petter Selasky <hselasky@c2i.net> Date: Mon, 23 May 2011 14:06:22 +0000 (-0300) Subject: [media] Inlined functions should be static X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=96c68795dc28aa3b1ade2194779c7d45320699cf;p=linux.git [media] Inlined functions should be static Signed-off-by: Hans Petter Selasky <hselasky@c2i.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> --- diff --git a/drivers/media/dvb/frontends/stb0899_algo.c b/drivers/media/dvb/frontends/stb0899_algo.c index 2da55ec203925..d70eee00f33a5 100644 --- a/drivers/media/dvb/frontends/stb0899_algo.c +++ b/drivers/media/dvb/frontends/stb0899_algo.c @@ -23,7 +23,7 @@ #include "stb0899_priv.h" #include "stb0899_reg.h" -inline u32 stb0899_do_div(u64 n, u32 d) +static inline u32 stb0899_do_div(u64 n, u32 d) { /* wrap do_div() for ease of use */