All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android-4.19-stable 11788/30000] drivers/staging/android/ion/ion_cma_heap.c:137:5: warning: no previous prototype for 'ion_add_cma_heaps'
@ 2023-09-26 15:08 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-09-26 15:08 UTC (permalink / raw)
  To: cros-kernel-buildreports; +Cc: oe-kbuild-all

Hi Hridya,

FYI, the error/warning still remains.

tree:   https://android.googlesource.com/kernel/common android-4.19-stable
head:   8daba3e055d00086f153f5562449f11065001703
commit: f64a8b79c0e85440319136ed928f22ed37481742 [11788/30000] ANDROID: staging: android: ion: enable modularizing the ion driver
config: x86_64-randconfig-002-20230926 (https://download.01.org/0day-ci/archive/20230926/202309262316.j98oOb5s-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230926/202309262316.j98oOb5s-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/202309262316.j98oOb5s-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/staging/android/ion/ion_cma_heap.c:137:5: warning: no previous prototype for 'ion_add_cma_heaps' [-Wmissing-prototypes]
     137 | int ion_add_cma_heaps(void)
         |     ^~~~~~~~~~~~~~~~~


vim +/ion_add_cma_heaps +137 drivers/staging/android/ion/ion_cma_heap.c

   136	
 > 137	int ion_add_cma_heaps(void)
   138	{
   139		cma_for_each_area(__ion_add_cma_heaps, NULL);
   140		return 0;
   141	}
   142	

-- 
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-09-26 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26 15:08 [android-common:android-4.19-stable 11788/30000] drivers/staging/android/ion/ion_cma_heap.c:137:5: warning: no previous prototype for 'ion_add_cma_heaps' 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.