Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758662Ab2EBC2I (ORCPT ); Tue, 1 May 2012 22:28:08 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:46094 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758498Ab2EBC1l (ORCPT ); Tue, 1 May 2012 22:27:41 -0400 From: Matt Turner To: linux-alpha@vger.kernel.org Cc: Richard Henderson , Ivan Kokshaysky , linux-kernel@vger.kernel.org, Jim Faulkner , Matt Turner Subject: [PATCH 3/4] alpha: include module.h to fix modpost on Tsunami Date: Tue, 1 May 2012 22:27:23 -0400 Message-Id: <1335925644-5192-3-git-send-email-mattst88@gmail.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1335925644-5192-1-git-send-email-mattst88@gmail.com> References: <1335925644-5192-1-git-send-email-mattst88@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 28 From: Jim Faulkner Signed-off-by: Jim Faulkner Signed-off-by: Matt Turner --- arch/alpha/kernel/core_tsunami.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/alpha/kernel/core_tsunami.c b/arch/alpha/kernel/core_tsunami.c index 5e7c28f..61893d7 100644 --- a/arch/alpha/kernel/core_tsunami.c +++ b/arch/alpha/kernel/core_tsunami.c @@ -11,6 +11,7 @@ #include #undef __EXTERN_INLINE +#include #include #include #include -- 1.7.3.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/