Return-path: Received: from mail-gx0-f174.google.com ([209.85.161.174]:53975 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751990Ab2AWR5n convert rfc822-to-8bit (ORCPT ); Mon, 23 Jan 2012 12:57:43 -0500 Received: by ggnb1 with SMTP id b1so1475571ggn.19 for ; Mon, 23 Jan 2012 09:57:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <201201231755.q0NHtQUR002682@mail.maya.org> References: <1327153475-28081-1-git-send-email-hauke@hauke-m.de> <201201231755.q0NHtQUR002682@mail.maya.org> From: "Luis R. Rodriguez" Date: Mon, 23 Jan 2012 09:57:21 -0800 Message-ID: (sfid-20120123_185746_287508_5542B5E2) Subject: Re: [PATCH] compat: add __cancel_delayed_work() To: Andreas Hartmann Cc: Hauke Mehrtens , linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Jan 23, 2012 at 9:55 AM, Andreas Hartmann wrote: > Luis R. Rodriguez schrieb: >> On Sat, Jan 21, 2012 at 5:44 AM, Hauke Mehrtens wrote: >>> __cancel_delayed_work is needed by include/net/bluetooth/l2cap.h and >>> not available in old kernel versions. This was just copied from the >>> kernel. >>> >>> This should also go into compat-wireless-stable-3.3. >>> >>> Signed-off-by: Hauke Mehrtens >> >> Thanks! Applied all onto compat-wireless.git and compat.git, in >> addition to the linux-3.3.y branch for compat.git as you indicated for >> this patch. Will roll out a new tarball right away. > > BTW: I've to apply always the following patch to some older > compat-wireless packages (3.2 e.g) to get it compiled with kernel 3.1: > > --- drivers/misc/eeprom/Makefile.orig   2012-01-10 02:10:51.000000000 +0100 > +++ drivers/misc/eeprom/Makefile        2012-01-10 05:14:40.082494612 +0100 > @@ -1,3 +1,3 @@ >  obj-$(CONFIG_EEPROM_93CX6)     += eeprom_93cx6.o > -obj-$(CONFIG_EEPROM_93XX46)    += eeprom_93xx46.o > +# obj-$(CONFIG_EEPROM_93XX46)  += eeprom_93xx46.o >  obj-$(CONFIG_EEPROM_DIGSY_MTC_CFG) += digsy_mtc_eeprom.o > > Is this eventually needed in 3.3, too? Why do you need this? Can you show your compile errors? Luis