From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754377AbcHWB4U (ORCPT ); Mon, 22 Aug 2016 21:56:20 -0400 Received: from ozlabs.org ([103.22.144.67]:58879 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbcHWB4T (ORCPT ); Mon, 22 Aug 2016 21:56:19 -0400 Date: Tue, 23 Aug 2016 11:56:14 +1000 From: Stephen Rothwell To: Daniel Vetter , Intel Graphics , DRI Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Wilson , Joonas Lahtinen Subject: linux-next: build failure after merge of the drm-intel tree Message-ID: <20160823115614.3182f7db@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the drm-intel tree, today's linux-next build (arm multi_v7_defconfig) failed like this: In file included from drivers/gpio/gpiolib-of.c:19:0: include/linux/io-mapping.h:115:31: fatal error: asm/pgtable_types.h: No such file or directory In file included from drivers/gpu/drm/nouveau/include/nvif/os.h:16:0, from drivers/gpu/drm/nouveau/include/nvkm/core/os.h:3, from drivers/gpu/drm/nouveau/include/nvkm/core/object.h:3, from drivers/gpu/drm/nouveau/include/nvkm/core/client.h:3, from drivers/gpu/drm/nouveau/nvkm/core/client.c:24: include/linux/io-mapping.h:115:31: fatal error: asm/pgtable_types.h: No such file or directory and many more. Caused by commit cafaf14a5d8f ("io-mapping: Always create a struct to hold metadata about the io-mapping") I have used the drm-intel tree from next-20160822 for today. -- Cheers, Stephen Rothwell