mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
mailbox: rk3868 change max_chan_num attribute to static
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#define DVFS_LATENCY(hdr) ((hdr) >> 16)
|
||||
#define DVFS_OPP_COUNT(hdr) (((hdr) >> 8) & 0xff)
|
||||
|
||||
int max_chan_num = 0;
|
||||
static int max_chan_num = 0;
|
||||
static DECLARE_BITMAP(bm_mbox_chans, 4);
|
||||
static DEFINE_MUTEX(scpi_mtx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user