[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201510291741.GxLZbj2r%fengguang.wu@intel.com>
Date: Thu, 29 Oct 2015 17:49:09 +0800
From: kbuild test robot <lkp@...el.com>
To: igal.liberman@...escale.com
Cc: kbuild-all@...org, netdev@...r.kernel.org, pebolle@...cali.nl,
linux-kernel@...r.kernel.org, ppc@...dchasers.com,
stephen@...workplumber.org,
Igal Liberman <igal.liberman@...escale.com>,
scottwood@...escale.com, linuxppc-dev@...ts.ozlabs.org,
davem@...emloft.net, madalin.bucur@...escale.com
Subject: Re: [v6, 5/6] fsl/fman: Add FMan Port Support
Hi Igal,
[auto build test ERROR on net/master -- if it's inappropriate base, please suggest rules for selecting the more suitable base]
url: https://github.com/0day-ci/linux/commits/igal-liberman-freescale-com/Freescale-DPAA-FMan/20151028-205843
config: arm-allmodconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/freescale/fman/fman_port.c:39:25: fatal error: asm/mpc85xx.h: No such file or directory
#include <asm/mpc85xx.h>
^
compilation terminated.
vim +39 drivers/net/ethernet/freescale/fman/fman_port.c
33 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
34
35 #include "fman_port.h"
36 #include "fman.h"
37 #include "fman_sp.h"
38
> 39 #include <asm/mpc85xx.h>
40 #include <linux/io.h>
41 #include <linux/slab.h>
42 #include <linux/module.h>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (53727 bytes)
Powered by blists - more mailing lists