public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: popcornmix <popcornmix@gmail.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	"Kari Suvanto" <karis79@gmail.com>,
	"Noralf Trønnes" <noralf@tronnes.org>,
	"Phil Elwell" <phil@raspberrypi.org>,
	"Malik Olivier Boussejra" <malik@boussejra.com>,
	"Paul Zimmerman" <paulz@synopsys.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Lukas Wunner" <lukas@wunner.de>,
	"Nathan Chancellor" <natechancellor@gmail.com>,
	"Dave Stevenson" <dave.stevenson@raspberrypi.org>,
	"Michael Zoran" <mzoran@crowfest.net>,
	"Marek Behún" <marek.behun@nic.cz>,
	"Jonathan Bell" <jonathan@raspberrypi.org>,
	"Hui Wang" <hui.wang@canonical.com>,
	"Zixuan Wang" <wangzixuan@sjtu.edu.cn>
Subject: [l1k:smsc95xx_5.17 56/887] drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c:423:13: warning: no previous prototype for 'fiq_irq_handler'
Date: Sat, 9 Apr 2022 04:50:46 +0800	[thread overview]
Message-ID: <202204090452.Pg7hes1b-lkp@intel.com> (raw)

tree:   https://github.com/l1k/linux smsc95xx_5.17
head:   05d68ced287b30f62f18f95b5476135ef669804a
commit: a8197852bb8f1f6804cff9442d426888e97aaed3 [56/887] Add dwc_otg driver
config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20220409/202204090452.Pg7hes1b-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 11.2.0
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/l1k/linux/commit/a8197852bb8f1f6804cff9442d426888e97aaed3
        git remote add l1k https://github.com/l1k/linux
        git fetch --no-tags l1k smsc95xx_5.17
        git checkout a8197852bb8f1f6804cff9442d426888e97aaed3
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/usb/host/dwc_otg/

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 >>):

>> drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c:423:13: warning: no previous prototype for 'fiq_irq_handler' [-Wmissing-prototypes]
     423 | irqreturn_t fiq_irq_handler(int irq, void *dev_id)
         |             ^~~~~~~~~~~~~~~
   drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c:552:5: warning: no previous prototype for 'hcd_init' [-Wmissing-prototypes]
     552 | int hcd_init(dwc_bus_dev_t *_dev)
         |     ^~~~~~~~
   drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c:662:6: warning: no previous prototype for 'hcd_remove' [-Wmissing-prototypes]
     662 | void hcd_remove(dwc_bus_dev_t *_dev)
         |      ^~~~~~~~~~


vim +/fiq_irq_handler +423 drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c

   422	
 > 423	irqreturn_t fiq_irq_handler(int irq, void *dev_id)
   424	{
   425		dwc_otg_hcd_t *dwc_otg_hcd = (dwc_otg_hcd_t *)dev_id;
   426	
   427		if (fiq_fsm_enable)
   428			dwc_otg_fiq_fsm(dwc_otg_hcd->fiq_state, dwc_otg_hcd->core_if->core_params->host_channels);
   429		else
   430			dwc_otg_fiq_nop(dwc_otg_hcd->fiq_state);
   431	
   432		return IRQ_HANDLED;
   433	}
   434	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-04-08 20:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202204090452.Pg7hes1b-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dave.stevenson@raspberrypi.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hui.wang@canonical.com \
    --cc=jonathan@raspberrypi.org \
    --cc=karis79@gmail.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=malik@boussejra.com \
    --cc=marek.behun@nic.cz \
    --cc=mzoran@crowfest.net \
    --cc=natechancellor@gmail.com \
    --cc=noralf@tronnes.org \
    --cc=paulz@synopsys.com \
    --cc=phil@raspberrypi.org \
    --cc=popcornmix@gmail.com \
    --cc=wangzixuan@sjtu.edu.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox