aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-5000.c
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-04-30 12:10:53 -0400
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2011-04-30 12:10:53 -0400
commitd6d023a1948d13652d719238f8039c09acceda8c (patch)
tree24e0c08f0ce607bdab2c35aa9d97e9b8728eb306 /drivers/net/wireless/iwlwifi/iwl-5000.c
parentebf8dc8060e4b10e8e13abbf98544f5c6cc8b25e (diff)
iwlagn: remove un-necessary debugfs callback
After driver split, no need for debugfs callback, remove those Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-5000.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c
index cc25351fb5dc..561f2cd65dd4 100644
--- a/drivers/net/wireless/iwlwifi/iwl-5000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-5000.c
@@ -47,7 +47,6 @@
47#include "iwl-agn.h" 47#include "iwl-agn.h"
48#include "iwl-agn-hw.h" 48#include "iwl-agn-hw.h"
49#include "iwl-5000-hw.h" 49#include "iwl-5000-hw.h"
50#include "iwl-agn-debugfs.h"
51 50
52/* Highest firmware API version supported */ 51/* Highest firmware API version supported */
53#define IWL5000_UCODE_API_MAX 5 52#define IWL5000_UCODE_API_MAX 5
@@ -371,13 +370,6 @@ static struct iwl_lib_ops iwl5000_lib = {
371 .temp_ops = { 370 .temp_ops = {
372 .temperature = iwlagn_temperature, 371 .temperature = iwlagn_temperature,
373 }, 372 },
374 .debugfs_ops = {
375 .rx_stats_read = iwl_ucode_rx_stats_read,
376 .tx_stats_read = iwl_ucode_tx_stats_read,
377 .general_stats_read = iwl_ucode_general_stats_read,
378 .bt_stats_read = iwl_ucode_bt_stats_read,
379 .reply_tx_error = iwl_reply_tx_error_read,
380 },
381 .txfifo_flush = iwlagn_txfifo_flush, 373 .txfifo_flush = iwlagn_txfifo_flush,
382 .dev_txfifo_flush = iwlagn_dev_txfifo_flush, 374 .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
383}; 375};
@@ -415,13 +407,6 @@ static struct iwl_lib_ops iwl5150_lib = {
415 .temp_ops = { 407 .temp_ops = {
416 .temperature = iwl5150_temperature, 408 .temperature = iwl5150_temperature,
417 }, 409 },
418 .debugfs_ops = {
419 .rx_stats_read = iwl_ucode_rx_stats_read,
420 .tx_stats_read = iwl_ucode_tx_stats_read,
421 .general_stats_read = iwl_ucode_general_stats_read,
422 .bt_stats_read = iwl_ucode_bt_stats_read,
423 .reply_tx_error = iwl_reply_tx_error_read,
424 },
425 .txfifo_flush = iwlagn_txfifo_flush, 410 .txfifo_flush = iwlagn_txfifo_flush,
426 .dev_txfifo_flush = iwlagn_dev_txfifo_flush, 411 .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
427}; 412};