From: kernel test robot <lkp@intel.com>
To: Piyush Mehta <piyush.mehta@xilinx.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
linux-arm-kernel@lists.infradead.org,
Michal Simek <monstr@monstr.eu>,
Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Subject: [xilinx-xlnx:xlnx_rebase_v5.4 908/1767] drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power'
Date: Wed, 6 Oct 2021 11:33:55 +0800 [thread overview]
Message-ID: <202110061151.kL6skJac-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6915 bytes --]
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head: 1ad9b65f0dbe2b3ecc22a498e75a48d8ee39bbda
commit: 68a922ded3cde24cb75c0cad0c62403d97ca9aaf [908/1767] usb: dwc3: Add code for supporting entering into D3 state during suspend
config: x86_64-randconfig-a003-20211004 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c0039de2953d15815448b4b3c3bafb45607781e0)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/Xilinx/linux-xlnx/commit/68a922ded3cde24cb75c0cad0c62403d97ca9aaf
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.4
git checkout 68a922ded3cde24cb75c0cad0c62403d97ca9aaf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from drivers/usb/dwc3/core.c:36:
drivers/usb/dwc3/core.h:1430:6: warning: no previous prototype for function 'dwc3_simple_wakeup_capable' [-Wmissing-prototypes]
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
drivers/usb/dwc3/core.h:1430:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
static
drivers/usb/dwc3/core.h:1432:6: warning: no previous prototype for function 'dwc3_set_simple_data' [-Wmissing-prototypes]
void dwc3_set_simple_data(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1432:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_set_simple_data(struct dwc3 *dwc)
^
static
drivers/usb/dwc3/core.h:1434:6: warning: no previous prototype for function 'dwc3_simple_check_quirks' [-Wmissing-prototypes]
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1434:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
static
>> drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' [-Wmissing-prototypes]
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
drivers/usb/dwc3/core.h:1436:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
static
>> drivers/usb/dwc3/core.h:1437:5: warning: non-void function does not return a value [-Wreturn-type]
{ ; }
^
5 warnings generated.
--
In file included from drivers/usb/dwc3/trace.c:11:
In file included from drivers/usb/dwc3/trace.h:19:
drivers/usb/dwc3/core.h:1430:6: warning: no previous prototype for function 'dwc3_simple_wakeup_capable' [-Wmissing-prototypes]
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
drivers/usb/dwc3/core.h:1430:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
static
drivers/usb/dwc3/core.h:1432:6: warning: no previous prototype for function 'dwc3_set_simple_data' [-Wmissing-prototypes]
void dwc3_set_simple_data(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1432:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_set_simple_data(struct dwc3 *dwc)
^
static
drivers/usb/dwc3/core.h:1434:6: warning: no previous prototype for function 'dwc3_simple_check_quirks' [-Wmissing-prototypes]
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1434:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
static
>> drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' [-Wmissing-prototypes]
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
drivers/usb/dwc3/core.h:1436:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
static
>> drivers/usb/dwc3/core.h:1437:5: warning: non-void function does not return a value [-Wreturn-type]
{ ; }
^
In file included from drivers/usb/dwc3/trace.c:11:
In file included from drivers/usb/dwc3/trace.h:343:
include/trace/define_trace.h:95:10: fatal error: './trace.h' file not found
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/trace/define_trace.h:90:32: note: expanded from macro 'TRACE_INCLUDE'
# define TRACE_INCLUDE(system) __TRACE_INCLUDE(system)
^~~~~~~~~~~~~~~~~~~~~~~
include/trace/define_trace.h:87:34: note: expanded from macro '__TRACE_INCLUDE'
# define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/stringify.h:10:27: note: expanded from macro '__stringify'
#define __stringify(x...) __stringify_1(x)
^~~~~~~~~~~~~~~~
include/linux/stringify.h:9:29: note: expanded from macro '__stringify_1'
#define __stringify_1(x...) #x
^~
<scratch space>:149:1: note: expanded from here
"./trace.h"
^~~~~~~~~~~
5 warnings and 1 error generated.
vim +/dwc3_set_usb_core_power +1436 drivers/usb/dwc3/core.h
1420
1421 #if IS_ENABLED(CONFIG_USB_DWC3_OF_SIMPLE)
1422 int dwc3_enable_hw_coherency(struct device *dev);
1423 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup);
1424 void dwc3_set_simple_data(struct dwc3 *dwc);
1425 void dwc3_simple_check_quirks(struct dwc3 *dwc);
1426 int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on);
1427 #else
1428 static inline int dwc3_enable_hw_coherency(struct device *dev)
1429 { return 1; }
1430 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
1431 { ; }
1432 void dwc3_set_simple_data(struct dwc3 *dwc)
1433 { ; }
> 1434 void dwc3_simple_check_quirks(struct dwc3 *dwc)
1435 { ; }
> 1436 int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
> 1437 { ; }
1438 #endif
1439
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34061 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Piyush Mehta <piyush.mehta@xilinx.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
linux-arm-kernel@lists.infradead.org,
Michal Simek <monstr@monstr.eu>,
Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Subject: [xilinx-xlnx:xlnx_rebase_v5.4 908/1767] drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power'
Date: Wed, 6 Oct 2021 11:33:55 +0800 [thread overview]
Message-ID: <202110061151.kL6skJac-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6915 bytes --]
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head: 1ad9b65f0dbe2b3ecc22a498e75a48d8ee39bbda
commit: 68a922ded3cde24cb75c0cad0c62403d97ca9aaf [908/1767] usb: dwc3: Add code for supporting entering into D3 state during suspend
config: x86_64-randconfig-a003-20211004 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c0039de2953d15815448b4b3c3bafb45607781e0)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/Xilinx/linux-xlnx/commit/68a922ded3cde24cb75c0cad0c62403d97ca9aaf
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.4
git checkout 68a922ded3cde24cb75c0cad0c62403d97ca9aaf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from drivers/usb/dwc3/core.c:36:
drivers/usb/dwc3/core.h:1430:6: warning: no previous prototype for function 'dwc3_simple_wakeup_capable' [-Wmissing-prototypes]
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
drivers/usb/dwc3/core.h:1430:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
static
drivers/usb/dwc3/core.h:1432:6: warning: no previous prototype for function 'dwc3_set_simple_data' [-Wmissing-prototypes]
void dwc3_set_simple_data(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1432:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_set_simple_data(struct dwc3 *dwc)
^
static
drivers/usb/dwc3/core.h:1434:6: warning: no previous prototype for function 'dwc3_simple_check_quirks' [-Wmissing-prototypes]
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1434:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
static
>> drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' [-Wmissing-prototypes]
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
drivers/usb/dwc3/core.h:1436:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
static
>> drivers/usb/dwc3/core.h:1437:5: warning: non-void function does not return a value [-Wreturn-type]
{ ; }
^
5 warnings generated.
--
In file included from drivers/usb/dwc3/trace.c:11:
In file included from drivers/usb/dwc3/trace.h:19:
drivers/usb/dwc3/core.h:1430:6: warning: no previous prototype for function 'dwc3_simple_wakeup_capable' [-Wmissing-prototypes]
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
drivers/usb/dwc3/core.h:1430:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
static
drivers/usb/dwc3/core.h:1432:6: warning: no previous prototype for function 'dwc3_set_simple_data' [-Wmissing-prototypes]
void dwc3_set_simple_data(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1432:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_set_simple_data(struct dwc3 *dwc)
^
static
drivers/usb/dwc3/core.h:1434:6: warning: no previous prototype for function 'dwc3_simple_check_quirks' [-Wmissing-prototypes]
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1434:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
static
>> drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' [-Wmissing-prototypes]
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
drivers/usb/dwc3/core.h:1436:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
static
>> drivers/usb/dwc3/core.h:1437:5: warning: non-void function does not return a value [-Wreturn-type]
{ ; }
^
In file included from drivers/usb/dwc3/trace.c:11:
In file included from drivers/usb/dwc3/trace.h:343:
include/trace/define_trace.h:95:10: fatal error: './trace.h' file not found
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/trace/define_trace.h:90:32: note: expanded from macro 'TRACE_INCLUDE'
# define TRACE_INCLUDE(system) __TRACE_INCLUDE(system)
^~~~~~~~~~~~~~~~~~~~~~~
include/trace/define_trace.h:87:34: note: expanded from macro '__TRACE_INCLUDE'
# define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/stringify.h:10:27: note: expanded from macro '__stringify'
#define __stringify(x...) __stringify_1(x)
^~~~~~~~~~~~~~~~
include/linux/stringify.h:9:29: note: expanded from macro '__stringify_1'
#define __stringify_1(x...) #x
^~
<scratch space>:149:1: note: expanded from here
"./trace.h"
^~~~~~~~~~~
5 warnings and 1 error generated.
vim +/dwc3_set_usb_core_power +1436 drivers/usb/dwc3/core.h
1420
1421 #if IS_ENABLED(CONFIG_USB_DWC3_OF_SIMPLE)
1422 int dwc3_enable_hw_coherency(struct device *dev);
1423 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup);
1424 void dwc3_set_simple_data(struct dwc3 *dwc);
1425 void dwc3_simple_check_quirks(struct dwc3 *dwc);
1426 int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on);
1427 #else
1428 static inline int dwc3_enable_hw_coherency(struct device *dev)
1429 { return 1; }
1430 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
1431 { ; }
1432 void dwc3_set_simple_data(struct dwc3 *dwc)
1433 { ; }
> 1434 void dwc3_simple_check_quirks(struct dwc3 *dwc)
1435 { ; }
> 1436 int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
> 1437 { ; }
1438 #endif
1439
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34061 bytes --]
[-- Attachment #3: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [xilinx-xlnx:xlnx_rebase_v5.4 908/1767] drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power'
Date: Wed, 06 Oct 2021 11:33:55 +0800 [thread overview]
Message-ID: <202110061151.kL6skJac-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 7053 bytes --]
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head: 1ad9b65f0dbe2b3ecc22a498e75a48d8ee39bbda
commit: 68a922ded3cde24cb75c0cad0c62403d97ca9aaf [908/1767] usb: dwc3: Add code for supporting entering into D3 state during suspend
config: x86_64-randconfig-a003-20211004 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c0039de2953d15815448b4b3c3bafb45607781e0)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/Xilinx/linux-xlnx/commit/68a922ded3cde24cb75c0cad0c62403d97ca9aaf
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.4
git checkout 68a922ded3cde24cb75c0cad0c62403d97ca9aaf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from drivers/usb/dwc3/core.c:36:
drivers/usb/dwc3/core.h:1430:6: warning: no previous prototype for function 'dwc3_simple_wakeup_capable' [-Wmissing-prototypes]
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
drivers/usb/dwc3/core.h:1430:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
static
drivers/usb/dwc3/core.h:1432:6: warning: no previous prototype for function 'dwc3_set_simple_data' [-Wmissing-prototypes]
void dwc3_set_simple_data(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1432:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_set_simple_data(struct dwc3 *dwc)
^
static
drivers/usb/dwc3/core.h:1434:6: warning: no previous prototype for function 'dwc3_simple_check_quirks' [-Wmissing-prototypes]
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1434:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
static
>> drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' [-Wmissing-prototypes]
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
drivers/usb/dwc3/core.h:1436:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
static
>> drivers/usb/dwc3/core.h:1437:5: warning: non-void function does not return a value [-Wreturn-type]
{ ; }
^
5 warnings generated.
--
In file included from drivers/usb/dwc3/trace.c:11:
In file included from drivers/usb/dwc3/trace.h:19:
drivers/usb/dwc3/core.h:1430:6: warning: no previous prototype for function 'dwc3_simple_wakeup_capable' [-Wmissing-prototypes]
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
drivers/usb/dwc3/core.h:1430:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
^
static
drivers/usb/dwc3/core.h:1432:6: warning: no previous prototype for function 'dwc3_set_simple_data' [-Wmissing-prototypes]
void dwc3_set_simple_data(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1432:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_set_simple_data(struct dwc3 *dwc)
^
static
drivers/usb/dwc3/core.h:1434:6: warning: no previous prototype for function 'dwc3_simple_check_quirks' [-Wmissing-prototypes]
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
drivers/usb/dwc3/core.h:1434:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dwc3_simple_check_quirks(struct dwc3 *dwc)
^
static
>> drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' [-Wmissing-prototypes]
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
drivers/usb/dwc3/core.h:1436:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
^
static
>> drivers/usb/dwc3/core.h:1437:5: warning: non-void function does not return a value [-Wreturn-type]
{ ; }
^
In file included from drivers/usb/dwc3/trace.c:11:
In file included from drivers/usb/dwc3/trace.h:343:
include/trace/define_trace.h:95:10: fatal error: './trace.h' file not found
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/trace/define_trace.h:90:32: note: expanded from macro 'TRACE_INCLUDE'
# define TRACE_INCLUDE(system) __TRACE_INCLUDE(system)
^~~~~~~~~~~~~~~~~~~~~~~
include/trace/define_trace.h:87:34: note: expanded from macro '__TRACE_INCLUDE'
# define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/stringify.h:10:27: note: expanded from macro '__stringify'
#define __stringify(x...) __stringify_1(x)
^~~~~~~~~~~~~~~~
include/linux/stringify.h:9:29: note: expanded from macro '__stringify_1'
#define __stringify_1(x...) #x
^~
<scratch space>:149:1: note: expanded from here
"./trace.h"
^~~~~~~~~~~
5 warnings and 1 error generated.
vim +/dwc3_set_usb_core_power +1436 drivers/usb/dwc3/core.h
1420
1421 #if IS_ENABLED(CONFIG_USB_DWC3_OF_SIMPLE)
1422 int dwc3_enable_hw_coherency(struct device *dev);
1423 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup);
1424 void dwc3_set_simple_data(struct dwc3 *dwc);
1425 void dwc3_simple_check_quirks(struct dwc3 *dwc);
1426 int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on);
1427 #else
1428 static inline int dwc3_enable_hw_coherency(struct device *dev)
1429 { return 1; }
1430 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup)
1431 { ; }
1432 void dwc3_set_simple_data(struct dwc3 *dwc)
1433 { ; }
> 1434 void dwc3_simple_check_quirks(struct dwc3 *dwc)
1435 { ; }
> 1436 int dwc3_set_usb_core_power(struct dwc3 *dwc, bool on)
> 1437 { ; }
1438 #endif
1439
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34061 bytes --]
next reply other threads:[~2021-10-06 3:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-06 3:33 kernel test robot [this message]
2021-10-06 3:33 ` [xilinx-xlnx:xlnx_rebase_v5.4 908/1767] drivers/usb/dwc3/core.h:1436:5: warning: no previous prototype for function 'dwc3_set_usb_core_power' kernel test robot
2021-10-06 3:33 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202110061151.kL6skJac-lkp@intel.com \
--to=lkp@intel.com \
--cc=anurag.kumar.vulisha@xilinx.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=llvm@lists.linux.dev \
--cc=monstr@monstr.eu \
--cc=piyush.mehta@xilinx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.