From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin LaHaise Subject: [PATCH] add HAVE_UNREGISTER_NETDEV_QUEUE define for out-of-tree modules Date: Tue, 10 Nov 2009 17:00:04 -0500 Message-ID: <20091110220004.GT21704@kvack.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: David Miller Return-path: Received: from kanga.kvack.org ([205.233.56.17]:54037 "EHLO kanga.kvack.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751213AbZKJWAA (ORCPT ); Tue, 10 Nov 2009 17:00:00 -0500 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hello, I have an out of tree network driver (GPL'd) that would like to make use of the unregister_netdevice_queue interface for bulk unregister of devices. Add a #define HAVE_UNREGISTER_NETDEV_QUEUE to allow the source to detect that the kernel supports this. -ben Signed-off-by: Benjamin LaHaise