From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750864AbWJLSAh (ORCPT ); Thu, 12 Oct 2006 14:00:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750858AbWJLSAh (ORCPT ); Thu, 12 Oct 2006 14:00:37 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:31446 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1750773AbWJLSAg (ORCPT ); Thu, 12 Oct 2006 14:00:36 -0400 Date: Thu, 12 Oct 2006 19:00:35 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [PATCH] fixing includes in alpha_ksyms.c Message-ID: <20061012180035.GH29920@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org kernel_execve() fallout Signed-off-by: Al Viro ---- diff --git a/arch/alpha/kernel/alpha_ksyms.c b/arch/alpha/kernel/alpha_ksyms.c index 692809e..e9762a3 100644 --- a/arch/alpha/kernel/alpha_ksyms.c +++ b/arch/alpha/kernel/alpha_ksyms.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include /* these are C runtime functions with special calling conventions: */ extern void __divl (void);