From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753413AbbEABtC (ORCPT ); Thu, 30 Apr 2015 21:49:02 -0400 Received: from mail.windriver.com ([147.11.1.11]:53052 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276AbbEABsK (ORCPT ); Thu, 30 Apr 2015 21:48:10 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , Liam Girdwood , Mark Brown Subject: [PATCH 08/11] drivers/pcmcia: include for modular max77802 code Date: Thu, 30 Apr 2015 21:47:44 -0400 Message-ID: <1430444867-22342-9-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.2.1 In-Reply-To: <1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com> References: <1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file is built off of a tristate Kconfig option and also contains modular function calls so it should explicitly include module.h to avoid compile breakage during header shuffles done in the future. Cc: Liam Girdwood Cc: Mark Brown Signed-off-by: Paul Gortmaker --- drivers/regulator/max77802.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/max77802.c b/drivers/regulator/max77802.c index 6af41abccacb..c07ee13bd470 100644 --- a/drivers/regulator/max77802.c +++ b/drivers/regulator/max77802.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include -- 2.2.1