]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/brcm80211/include/bcmdefs.h
Staging: brcm80211: remove BCMATTACHFN macro
[net-next-2.6.git] / drivers / staging / brcm80211 / include / bcmdefs.h
index e7b3e97b6416df93b679f129a383a48195d9444f..e1ada0c7f01d7b4adddc5de3ef0ecc72eb709a8e 100644 (file)
 /* Reclaiming text and data :
  * The following macros specify special linker sections that can be reclaimed
  * after a system is considered 'up'.
- * BCMATTACHFN is also used for detach functions (it's not worth having a BCMDETACHFN,
- * as in most cases, the attach function calls the detach function to clean up on error).
  */
-
-#define bcmreclaimed           0
-#define BCMATTACHDATA(_data)   _data
-#define BCMATTACHFN(_fn)       _fn
 #define BCMINITDATA(_data)     _data
 #define BCMINITFN(_fn)         _fn
 #define BCMUNINITFN(_fn)       _fn