* [android-common:android11-kiwi-5.4 285/26722] drivers/staging/android/ion/heaps/ion_cma_heap.c:21:3: sparse: sparse: symbol 'cma_heaps' was not declared. Should it be static?
@ 2023-07-22 21:48 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-22 21:48 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android11-kiwi-5.4
head: 073366f32a45e29bdbffa6db985f6cb35c5fa7b8
commit: a3d87671564a9cfc4dc3dc30036f50ea8541b109 [285/26722] ANDROID: staging: ion: make cma heap a module
config: x86_64-randconfig-r083-20230723 (https://download.01.org/0day-ci/archive/20230723/202307230529.7FPITdKY-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230723/202307230529.7FPITdKY-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202307230529.7FPITdKY-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
vim +/cma_heaps +21 drivers/staging/android/ion/heaps/ion_cma_heap.c
17
18 struct ion_cma_heap {
19 struct ion_heap heap;
20 struct cma *cma;
> 21 } cma_heaps[MAX_CMA_AREAS];
22
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-22 21:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-22 21:48 [android-common:android11-kiwi-5.4 285/26722] drivers/staging/android/ion/heaps/ion_cma_heap.c:21:3: sparse: sparse: symbol 'cma_heaps' was not declared. Should it be static? kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.