From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750971AbWJLSIA (ORCPT ); Thu, 12 Oct 2006 14:08:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750987AbWJLSIA (ORCPT ); Thu, 12 Oct 2006 14:08:00 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:29368 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1750965AbWJLSIA (ORCPT ); Thu, 12 Oct 2006 14:08:00 -0400 Date: Thu, 12 Oct 2006 19:07:59 +0100 From: Al Viro To: Linus Torvalds Cc: davem@davemloft.net, linux-kernel@vger.kernel.org Subject: [PATCH] more kernel_execve() fallout (sbus) Message-ID: <20061012180759.GI29920@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 drivers/sbus/char stuff using kernel_execve() needs linux/syscalls.h now; includes trimmed, while we are at it. Signed-off-by: Al Viro ---- diff --git a/drivers/sbus/char/bbc_envctrl.c b/drivers/sbus/char/bbc_envctrl.c index d27e4f6..0d3660c 100644 --- a/drivers/sbus/char/bbc_envctrl.c +++ b/drivers/sbus/char/bbc_envctrl.c @@ -4,10 +4,8 @@ * Copyright (C) 2001 David S. Miller (davem@redhat.com) */ -#include #include -#include -#include +#include #include #include #include diff --git a/drivers/sbus/char/envctrl.c b/drivers/sbus/char/envctrl.c index 728a133..6b6a855 100644 --- a/drivers/sbus/char/envctrl.c +++ b/drivers/sbus/char/envctrl.c @@ -20,16 +20,12 @@ */ #include -#include +#include #include -#include #include #include -#include #include -#include -#include -#include +#include #include #include