remove adf_os_virt_module_name
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 15:44:50 +0000 (17:44 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 15:44:50 +0000 (17:44 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/magpie_fw_dev/target/adf/adf_os_module_pvt.h
target_firmware/magpie_fw_dev/target/htc/htc_tgt.c
target_firmware/magpie_fw_dev/target/inc/adf_os_module.h
target_firmware/wlan/ah_osdep.c

index 9ce6c5510d7660aea62afcae07d07108ca8092e3..08a9617570f101747cca4e3ce393d9dded264dc6 100755 (executable)
  */
 #define __adf_os_virt_module_exit(_fn)  
 
-/**
- * initiallize a generic module
- */
-#define __adf_os_virt_module_name(_name)    
-
-
 #define __adf_os_module_dep(_name, _dep)    
 
 #endif
index 978dff77046705e2597116fe32797ba13a929243..313b09e46ea2e445be490c0325a3c36e20cadd93 100755 (executable)
@@ -73,4 +73,3 @@ adf_os_virt_module_init(init_htc_tgt);
 adf_os_virt_module_exit(exit_htc_tgt);
 adf_os_module_dep(htc_tgt, adf_net);
 adf_os_module_dep(htc_tgt, inproc_hif);
-adf_os_virt_module_name(htc_tgt);
index e9fb4d9d6e69cc91e44117397e61c205f081015b..ea8d32ac5677767461bd2d8e21bc7ebc64168725 100755 (executable)
@@ -55,11 +55,6 @@ typedef a_status_t (*module_init_func_t)(void);
  */ 
 #define adf_os_virt_module_exit(_mod_exit_func)  __adf_os_virt_module_exit(_mod_exit_func)
 
-/**
- * @brief Specify the module's name.
- */ 
-#define adf_os_virt_module_name(_name)      __adf_os_virt_module_name(_name)
-
 /**
  * @brief Specify the module's dependency on another module.
  */ 
index 48b526cba1f756b7bbbd21db05e5e0d991cb4fa0..1f3a37f721d15ce8843d56b58584af5ab6e97cc7 100755 (executable)
@@ -149,4 +149,3 @@ enum {
 
 adf_os_module_dep(hal, adf_net);
 adf_os_module_dep(hal, hal);
-adf_os_virt_module_name(hal);