iwlwifi: move TIME_UNIT
authorJohannes Berg <johannes.berg@intel.com>
Mon, 2 Apr 2012 13:14:48 +0000 (15:14 +0200)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 23 Apr 2012 21:23:04 +0000 (14:23 -0700)
We're getting rid of iwl-core.h, move TIME_UNIT out.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn.h
drivers/net/wireless/iwlwifi/iwl-core.h

index 29d21c8..34900e6 100644 (file)
@@ -82,6 +82,7 @@ extern struct iwl_lib_ops iwl6000_lib;
 extern struct iwl_lib_ops iwl6030_lib;
 
 
+#define TIME_UNIT              1024
 
 /*****************************************************
 * DRIVER STATUS FUNCTIONS
index 6e5fb78..de7f6cd 100644 (file)
@@ -72,8 +72,6 @@
 struct iwl_host_cmd;
 struct iwl_cmd;
 
-#define TIME_UNIT              1024
-
 /***************************
  *   L i b                 *
  ***************************/