From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964AbeBEMsD (ORCPT ); Mon, 5 Feb 2018 07:48:03 -0500 Received: from mail-qt0-f195.google.com ([209.85.216.195]:41431 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752582AbeBEMrz (ORCPT ); Mon, 5 Feb 2018 07:47:55 -0500 X-Google-Smtp-Source: AH8x224z1HUW6uF1ay0f/6MkClA9dO3a/yVM07+8ahN7DgxQbVQiFuurlAQ6cgy9wGdvKbOBoLJHRw== From: Thierry Reding To: Linus Torvalds Cc: Linus Walleij , linux-gpio@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] pinctrl: Implicit inclusion fallout fixes Date: Mon, 5 Feb 2018 13:47:48 +0100 Message-Id: <20180205124750.19305-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thierry Reding Hi Linus, these are two patches to fix build errors I've run into that are fallout from your removal of the pinctrl/devinfo.h include from device.h. I sure can imagine that there are more like this, but these seem to be the common ones, judging by my own build tests and the kernel-build-reports mailing list. I'm sending these to you directly because I think it makes sense for you to apply these on top of 23c35f48f5fb ("pinctrl: remove include file from ") rather than have these go in through their respective maintainer trees, so that the build gets fixed as quickly as possible. Thierry Thierry Reding (2): drm/rockchip: lvds: Explicitly include pinctrl headers mmc: meson-gx-mmc: Explicitly include pinctr/consumer.h drivers/gpu/drm/rockchip/rockchip_lvds.c | 2 ++ drivers/mmc/host/meson-gx-mmc.c | 1 + 2 files changed, 3 insertions(+) -- 2.15.1