mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
[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:
parent
2edcdfae98
commit
96c68795dc
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user