From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754322AbbFOWMF (ORCPT ); Mon, 15 Jun 2015 18:12:05 -0400 Received: from mail.windriver.com ([147.11.1.11]:34603 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbbFOWL7 (ORCPT ); Mon, 15 Jun 2015 18:11:59 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , Ralf Baechle , Subject: [PATCH] mips: add module.h to cobalt/mtd.c to avoid compile fail Date: Mon, 15 Jun 2015 18:11:21 -0400 Message-ID: <1434406281-32168-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: Ralf Baechle Cc: linux-mips@linux-mips.org Signed-off-by: Paul Gortmaker --- [ To be appended to the branch with content originally sent here: "Fix implicit includes of that will break." https://lkml.kernel.org/r/1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com ] arch/mips/cobalt/mtd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/cobalt/mtd.c b/arch/mips/cobalt/mtd.c index 8db7b5d81560..1c38e757f238 100644 --- a/arch/mips/cobalt/mtd.c +++ b/arch/mips/cobalt/mtd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include #include #include -- 2.2.1