From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753490AbbEABuC (ORCPT ); Thu, 30 Apr 2015 21:50:02 -0400 Received: from mail1.windriver.com ([147.11.146.13]:62082 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753428AbbEABt5 (ORCPT ); Thu, 30 Apr 2015 21:49:57 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , Wolfram Sang , Subject: [PATCH 07/11] drivers/pcmcia: include for modular xxs1500_ss code Date: Thu, 30 Apr 2015 21:47:43 -0400 Message-ID: <1430444867-22342-8-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: Wolfram Sang Cc: linux-pcmcia@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/pcmcia/xxs1500_ss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pcmcia/xxs1500_ss.c b/drivers/pcmcia/xxs1500_ss.c index 4c04360f378b..b2a189507fc3 100644 --- a/drivers/pcmcia/xxs1500_ss.c +++ b/drivers/pcmcia/xxs1500_ss.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include -- 2.2.1