mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
video: rockchip: mpp: mpp_common: Declare function as static in header
Change-Id: Ia5ad136e286d0cfcfe9d3f66db16110eff15d631 Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
@@ -841,7 +841,7 @@ mpp_procfs_create_u32(const char *name, umode_t mode,
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
void mpp_procfs_create_common(struct proc_dir_entry *parent, struct mpp_dev *mpp)
|
||||
static inline void mpp_procfs_create_common(struct proc_dir_entry *parent, struct mpp_dev *mpp)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user