From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752434Ab0DSRdD (ORCPT ); Mon, 19 Apr 2010 13:33:03 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:60711 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750706Ab0DSRdA (ORCPT ); Mon, 19 Apr 2010 13:33:00 -0400 Date: Mon, 19 Apr 2010 10:33:04 -0700 (PDT) Message-Id: <20100419.103304.35342954.davem@davemloft.net> To: mingo@elte.hu Cc: tilman@imap.cc, torvalds@linux-foundation.org, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: tip: origin tree build failure, [patch] fix isdn/gigaset build failure From: David Miller In-Reply-To: <20100419172731.GA4358@elte.hu> References: <20100419.003857.260094283.davem@davemloft.net> <20100419172731.GA4358@elte.hu> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ingo Molnar Date: Mon, 19 Apr 2010 19:27:31 +0200 > Introduced by commit b91ecb00 that got pushed out today. That change removed > an implicit sched.h inclusion that came in via slab.h. > > The patch below fixes it by adding the sched.h dependency. Thanks Ingo, Linus please apply: Acked-by: David S. Miller > Ingo > > diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c > index f6f45f2..a3aa17f 100644 > --- a/drivers/isdn/gigaset/common.c > +++ b/drivers/isdn/gigaset/common.c > @@ -16,6 +16,7 @@ > #include "gigaset.h" > #include > #include > +#include > > /* Version Information */ > #define DRIVER_AUTHOR "Hansjoerg Lipp , Tilman Schmidt , Stefan Eilers"