oe-kbuild.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [freescale-fslc:5.15-2.2.x-imx 212/29910] sound/soc/fsl/fsl_sai.c: linux/pm_qos.h is included more than once.
Date: Sat, 27 Apr 2024 01:00:57 +0800	[thread overview]
Message-ID: <202404270027.fnfuE6yd-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Otavio Salvador <otavio@ossystems.com.br>

tree:   https://github.com/Freescale/linux-fslc 5.15-2.2.x-imx
head:   ebcdbe7ec49f9c3405ee4b89e7ec279e313026f3
commit: 2c3928cd87d3de8462ea7e547487a619c452e81b [212/29910] MLK-13574-2: ASoC: fsl_sai: refine driver for ip upgrade
:::::: branch date: 2 days ago
:::::: commit date: 2 years, 6 months ago
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)

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/r/202404270027.fnfuE6yd-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> sound/soc/fsl/fsl_sai.c: linux/pm_qos.h is included more than once.
>> sound/soc/fsl/fsl_sai.c: linux/pm_runtime.h is included more than once.
>> sound/soc/fsl/fsl_sai.c: linux/of_device.h is included more than once.

vim +14 sound/soc/fsl/fsl_sai.c

     6	
     7	#include <linux/clk.h>
     8	#include <linux/delay.h>
     9	#include <linux/dmaengine.h>
    10	#include <linux/module.h>
    11	#include <linux/of_device.h>
    12	#include <linux/of_address.h>
    13	#include <linux/of_device.h>
  > 14	#include <linux/pm_qos.h>
    15	#include <linux/pm_runtime.h>
    16	#include <linux/regmap.h>
    17	#include <linux/slab.h>
    18	#include <linux/time.h>
  > 19	#include <linux/pm_qos.h>
    20	#include <sound/core.h>
    21	#include <sound/dmaengine_pcm.h>
    22	#include <sound/pcm_params.h>
    23	#include <linux/mfd/syscon.h>
    24	#include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
    25	#include <linux/pm_runtime.h>
    26	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-04-26 17:01 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=202404270027.fnfuE6yd-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).