Hi Al,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.11-rc5 next-20170406]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Al-Viro/nfc-fix-get_unaligned_-misuses/20170407-123722
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/nfc/nxp-nci/firmware.c:27:29: fatal error: linux/unaligned.h: No 
>> such file or directory
    #include <linux/unaligned.h>
                                ^
   compilation terminated.

vim +27 drivers/nfc/nxp-nci/firmware.c

    21   * along with this program; if not, see <http://www.gnu.org/licenses/>.
    22   */
    23  
    24  #include <linux/completion.h>
    25  #include <linux/firmware.h>
    26  #include <linux/nfc.h>
  > 27  #include <linux/unaligned.h>
    28  
    29  #include "nxp-nci.h"
    30  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to