From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755024AbbFEPc0 (ORCPT ); Fri, 5 Jun 2015 11:32:26 -0400 Received: from mail.windriver.com ([147.11.1.11]:61096 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754624AbbFEPcZ (ORCPT ); Fri, 5 Jun 2015 11:32:25 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , David Howells Subject: [PATCH] frv: add module.h to mb93090-mb00/flash.c to avoid compile fail Date: Fri, 5 Jun 2015 11:32:17 -0400 Message-ID: <1433518337-6626-1-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.2.1 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. Reported-by: kbuild test robot Cc: David Howells Signed-off-by: Paul Gortmaker --- [will append to "Fix implicit includes of that will break." series https://lkml.kernel.org/r/1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com has the original posting of it. ] arch/frv/mb93090-mb00/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/frv/mb93090-mb00/flash.c b/arch/frv/mb93090-mb00/flash.c index c0e3707c2299..e1cf802d1639 100644 --- a/arch/frv/mb93090-mb00/flash.c +++ b/arch/frv/mb93090-mb00/flash.c @@ -9,7 +9,7 @@ * 2 of the Licence, or (at your option) any later version. */ -#include +#include #include #include #include -- 2.2.1