All of lore.kernel.org
 help / color / mirror / Atom feed
* [tglx-devel:x86/topology 25/57] arch/x86/kernel/apic/apic_common.c:47:6: warning: no previous prototype for function 'default_init_apic_ldr'
@ 2023-07-14  3:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-14  3:48 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git x86/topology
head:   39d1f9d6ad3d4b9bf9c298db5685f22d8fe6e2c0
commit: e7719cffb7321ace1a049e51ea5c27e0e9744c47 [25/57] x86/apic: Nuke empty init_apic_ldr() callbacks
config: i386-randconfig-i003-20230713 (https://download.01.org/0day-ci/archive/20230714/202307141101.WNeAwKRr-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: (https://download.01.org/0day-ci/archive/20230714/202307141101.WNeAwKRr-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/202307141101.WNeAwKRr-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> arch/x86/kernel/apic/apic_common.c:47:6: warning: no previous prototype for function 'default_init_apic_ldr' [-Wmissing-prototypes]
   void default_init_apic_ldr(void)
        ^
   arch/x86/kernel/apic/apic_common.c:47:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void default_init_apic_ldr(void)
   ^
   static 
   1 warning generated.


vim +/default_init_apic_ldr +47 arch/x86/kernel/apic/apic_common.c

    42	
    43	/*
    44	 * Set up the logical destination ID when the APIC operates in logical
    45	 * destination mode.
    46	 */
  > 47	void default_init_apic_ldr(void)

-- 
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-14  3:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14  3:48 [tglx-devel:x86/topology 25/57] arch/x86/kernel/apic/apic_common.c:47:6: warning: no previous prototype for function 'default_init_apic_ldr' 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.