Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Nov 2002 22:14:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Nov 2002 22:14:14 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:39944 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Sat, 16 Nov 2002 22:14:12 -0500 Date: Sun, 17 Nov 2002 03:21:09 +0000 From: Matthew Wilcox To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Janitors Subject: [PATCH] remove sched.h from input.h Message-ID: <20021117032109.W20070@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 25 input.h wants fs.h and timer.h, not sched.h diff -urpNX dontdiff linux-2.5.47/include/linux/input.h linux-2.5.47-pci/include/linux/input.h --- linux-2.5.47/include/linux/input.h 2002-10-15 09:32:41.000000000 -0400 +++ linux-2.5.47-pci/include/linux/input.h 2002-11-16 21:59:01.000000000 -0500 @@ -734,8 +734,9 @@ struct ff_effect { * In-kernel definitions. */ -#include #include +#include +#include #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) #define BIT(x) (1UL<<((x)%BITS_PER_LONG)) -- Revolutions do not require corporate support. - 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/