All of lore.kernel.org
 help / color / mirror / Atom feed
* [shenki:dev-5.8 112/218] drivers/hwmon/peci-dimmtemp.c:39:2: error: 'INTEL_FAM6_SKYLAKE_XD' undeclared here (not in a function); did you mean
@ 2021-02-02 17:20 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-02-02 17:20 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]

tree:   https://github.com/shenki/linux dev-5.8
head:   599d7f997930829f13e05d332e3e7fccd89d340d
commit: 01148274870c27c041fcf5d20c328a1d25c5e9c8 [112/218] hwmon: Add PECI dimmtemp driver
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/shenki/linux/commit/01148274870c27c041fcf5d20c328a1d25c5e9c8
        git remote add shenki https://github.com/shenki/linux
        git fetch --no-tags shenki dev-5.8
        git checkout 01148274870c27c041fcf5d20c328a1d25c5e9c8
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/hwmon/peci-dimmtemp.c:39:2: error: 'INTEL_FAM6_SKYLAKE_XD' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_X'?
      39 |  INTEL_FAM6_SKYLAKE_XD,
         |  ^~~~~~~~~~~~~~~~~~~~~
         |  INTEL_FAM6_SKYLAKE_X


vim +39 drivers/hwmon/peci-dimmtemp.c

    34	
    35	static const u8 support_model[4] = {
    36		INTEL_FAM6_HASWELL_X,
    37		INTEL_FAM6_BROADWELL_X,
    38		INTEL_FAM6_SKYLAKE_X,
  > 39		INTEL_FAM6_SKYLAKE_XD,
    40	};
    41	

---
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: 62739 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-02 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 17:20 [shenki:dev-5.8 112/218] drivers/hwmon/peci-dimmtemp.c:39:2: error: 'INTEL_FAM6_SKYLAKE_XD' undeclared here (not in a function); did you mean 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.