From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 28 Feb 2012 20:25:13 +0100 (CET) Received: from mail.windriver.com ([147.11.1.11]:64675 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903594Ab2B1TZG (ORCPT ); Tue, 28 Feb 2012 20:25:06 +0100 Received: from yow-lpgnfs-02.corp.ad.wrs.com (yow-lpgnfs-02.ottawa.windriver.com [128.224.149.8]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q1SJOuvS014095; Tue, 28 Feb 2012 11:24:58 -0800 (PST) From: Paul Gortmaker To: ralf@linux-mips.org Cc: linux-mips@linux-mips.org, Paul Gortmaker Subject: [PATCH 1/5] serial: MIPS DECstation zs.c driver needs module.h Date: Tue, 28 Feb 2012 14:24:44 -0500 Message-Id: <1330457088-14587-2-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1330457088-14587-1-git-send-email-paul.gortmaker@windriver.com> References: <1330457088-14587-1-git-send-email-paul.gortmaker@windriver.com> X-archive-position: 32571 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: paul.gortmaker@windriver.com Precedence: bulk X-list: linux-mips Return-Path: This driver is a module and needs module.h, otherwise it will break when we remove a bogus usage of module.h from one of the other MIPS headers. Signed-off-by: Paul Gortmaker --- drivers/tty/serial/zs.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/tty/serial/zs.c b/drivers/tty/serial/zs.c index b7455b5..73315e3 100644 --- a/drivers/tty/serial/zs.c +++ b/drivers/tty/serial/zs.c @@ -57,6 +57,7 @@ #include #include #include +#include #include #include #include -- 1.7.9.1