From: Denis Pithon <denis.pithon@gmail.com>
Date: Mon, 12 May 2014 15:22:45 +0000 (+0200)
Subject: staging/wlan-ng: remove function declaration
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=05d39beeb865940852f469f1ce067cc7fa607a72;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

staging/wlan-ng: remove function declaration

Removed useless function prototype: static function p80211netdev_rx_bh()
is defined before being used.

Signed-off-by: Denis Pithon <denis.pithon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/wlan-ng/p80211netdev.c b/drivers/staging/wlan-ng/p80211netdev.c
index e350e1ce475a..2da3cbb8f0fa 100644
--- a/drivers/staging/wlan-ng/p80211netdev.c
+++ b/drivers/staging/wlan-ng/p80211netdev.c
@@ -90,9 +90,6 @@
 
 #include "cfg80211.c"
 
-/* Support functions */
-static void p80211netdev_rx_bh(unsigned long arg);
-
 /* netdevice method functions */
 static int p80211knetdev_init(netdevice_t *netdev);
 static struct net_device_stats *p80211knetdev_get_stats(netdevice_t *netdev);