dect
/
linux-2.6
Archived
13
0
Fork 0

[media] Inlined functions should be static

Signed-off-by: Hans Petter Selasky <hselasky@c2i.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Petter Selasky 2011-05-23 11:06:22 -03:00 committed by Mauro Carvalho Chehab
parent 2edcdfae98
commit 96c68795dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 */