Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751376AbYLCPXG (ORCPT ); Wed, 3 Dec 2008 10:23:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751268AbYLCPWk (ORCPT ); Wed, 3 Dec 2008 10:22:40 -0500 Received: from smtp.wellnetcz.com ([212.24.148.102]:55695 "EHLO smtp.wellnetcz.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbYLCPWj (ORCPT ); Wed, 3 Dec 2008 10:22:39 -0500 From: Jiri Slaby To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, Jiri Slaby , Alan Cox , Rodolfo Giometti Subject: [PATCH 1/1 #2] Char: n_tty, include module.h Date: Wed, 3 Dec 2008 16:21:51 +0100 Message-Id: <1228317711-1311-1-git-send-email-jirislaby@gmail.com> X-Mailer: git-send-email 1.6.0.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 35 Hi, this is a ldisc-n_tty-export-all-n_tty-ldisc-methods.patch fix. -- Since we are using EXPORT_SYMBOL, we should include linux/module.h Signed-off-by: Jiri Slaby Cc: Alan Cox Cc: Rodolfo Giometti --- drivers/char/n_tty.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/char/n_tty.c b/drivers/char/n_tty.c index b441c09..8e6c591 100644 --- a/drivers/char/n_tty.c +++ b/drivers/char/n_tty.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/