net/broadcom: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8e0e46bb32
commit
047fc56614
3 changed files with 8 additions and 8 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
#define DRV_MODULE_NAME "cnic"
|
||||
|
||||
static char version[] __devinitdata =
|
||||
static char version[] =
|
||||
"Broadcom NetXtreme II CNIC Driver " DRV_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n";
|
||||
|
||||
MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue