mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 18:46:25 +07:00
media: atomisp: csi_rx.c: add missing includes
Due to that, smatch warns with: drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.c:18:11: warning: symbol 'N_SHORT_PACKET_LUT_ENTRIES' was not declared. Should it be static? drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.c:24:11: warning: symbol 'N_LONG_PACKET_LUT_ENTRIES' was not declared. Should it be static? drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.c:30:11: warning: symbol 'N_CSI_RX_FE_CTRL_DLANES' was not declared. Should it be static? drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.c:37:11: warning: symbol 'N_CSI_RX_BE_SID_WIDTH' was not declared. Should it be static? drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.c:19:11: warning: symbol 'N_IBUF_CTRL_PROCS' was not declared. Should it be static? Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
815ac8567e
commit
6db1bd6157
@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "system_global.h"
|
||||
#include "csi_rx_global.h"
|
||||
|
||||
const u32 N_SHORT_PACKET_LUT_ENTRIES[N_CSI_RX_BACKEND_ID] = {
|
||||
4, /* 4 entries at CSI_RX_BACKEND0_ID*/
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include <type_support.h>
|
||||
#include "system_global.h"
|
||||
#include "ibuf_ctrl_global.h"
|
||||
|
||||
const u32 N_IBUF_CTRL_PROCS[N_IBUF_CTRL_ID] = {
|
||||
8, /* IBUF_CTRL0_ID supports at most 8 processes */
|
||||
|
Loading…
Reference in New Issue
Block a user