Browse Source

[media] Inlined functions should be static

Signed-off-by: Hans Petter Selasky <hselasky@c2i.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Hans Petter Selasky 14 years ago
parent
commit
96c68795dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/frontends/stb0899_algo.c

+ 1 - 1
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 */