From patchwork Thu Oct 1 09:51:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kalle Valo X-Patchwork-Id: 50902 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n919pUsv012856 for ; Thu, 1 Oct 2009 09:51:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756071AbZJAJvZ (ORCPT ); Thu, 1 Oct 2009 05:51:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756065AbZJAJvZ (ORCPT ); Thu, 1 Oct 2009 05:51:25 -0400 Received: from smtp.nokia.com ([192.100.105.134]:33923 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756063AbZJAJvY (ORCPT ); Thu, 1 Oct 2009 05:51:24 -0400 Received: from esebh105.NOE.Nokia.com (esebh105.ntc.nokia.com [172.21.138.211]) by mgw-mx09.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n919ngob011355 for ; Thu, 1 Oct 2009 04:50:35 -0500 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by esebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 1 Oct 2009 12:51:25 +0300 Received: from mgw-da01.ext.nokia.com ([147.243.128.24]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 1 Oct 2009 12:51:23 +0300 Received: from [127.0.1.1] (essapo-nirac253112.europe.nokia.com [10.162.253.112]) by mgw-da01.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n919pLef023627 for ; Thu, 1 Oct 2009 12:51:22 +0300 From: Kalle Valo Subject: [PATCH] wl1251: remove wl1251_netlink.h To: linux-wireless@vger.kernel.org Date: Thu, 01 Oct 2009 12:51:20 +0300 Message-ID: <20091001095119.14320.61001.stgit@tikku> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 X-OriginalArrivalTime: 01 Oct 2009 09:51:23.0977 (UTC) FILETIME=[BC863390:01CA427C] X-Nokia-AV: Clean Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org diff --git a/drivers/net/wireless/wl12xx/wl1251_netlink.h b/drivers/net/wireless/wl12xx/wl1251_netlink.h deleted file mode 100644 index ee36695..0000000 --- a/drivers/net/wireless/wl12xx/wl1251_netlink.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * This file is part of wl1251 - * - * Copyright (C) 2009 Nokia Corporation - * - * Contact: Kalle Valo - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA - * - */ - -#ifndef __WL1251_NETLINK_H__ -#define __WL1251_NETLINK_H__ - -int wl1251_nl_register(void); -void wl1251_nl_unregister(void); - -#endif /* __WL1251_NETLINK_H__ */