Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Inlined functions should be static

Signed-off-by: Hans Petter Selasky <hselasky@c2i.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Petter Selasky and committed by
Mauro Carvalho Chehab
96c68795 2edcdfae

+1 -1
+1 -1
drivers/media/dvb/frontends/stb0899_algo.c
··· 23 23 #include "stb0899_priv.h" 24 24 #include "stb0899_reg.h" 25 25 26 - inline u32 stb0899_do_div(u64 n, u32 d) 26 + static inline u32 stb0899_do_div(u64 n, u32 d) 27 27 { 28 28 /* wrap do_div() for ease of use */ 29 29