From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761324AbZJISbv (ORCPT ); Fri, 9 Oct 2009 14:31:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761314AbZJISbu (ORCPT ); Fri, 9 Oct 2009 14:31:50 -0400 Received: from cantor2.suse.de ([195.135.220.15]:59394 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761299AbZJISbt (ORCPT ); Fri, 9 Oct 2009 14:31:49 -0400 Date: Fri, 9 Oct 2009 11:08:34 -0700 From: Greg KH To: Roland Dreier Cc: Bill Pemberton , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: Staging: comedi: Add include of to fix build Message-ID: <20091009180834.GA3462@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 09, 2009 at 10:42:09AM -0700, Roland Dreier wrote: > Commit a99bbaf5 ("headers: remove sched.h from poll.h") removed the > implicit include of via , and broke the > comedi build with errors like: > > drivers/staging/comedi/drivers/serial2002.c:201: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function) > > Explicitly include to fix this. > > Signed-off-by: Roland Dreier Heh, this is already in my tree, and will be sent to Linus today. thanks, greg k-h