commit | 6a18b1675fdf08a6dc861e39c3f94309a03e7f16 | [log] [tgz] |
---|---|---|
author | Jing Huang <huangj@brocade.com> | Mon Oct 18 17:08:54 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Mon Oct 25 16:15:58 2010 -0500 |
tree | 0437af49a6e9edc1ce87e2ee85962c4ff24c7a48 | |
parent | 156606768cc234146e21fa6ba6316dbc67a204dd [diff] |
[SCSI] bfa: remove os wrapper and unused functions This patch removes os wrapper and unused functions. bfa_os_assign(), bfa_os_memset(), bfa_os_memcpy(), bfa_os_udelay() bfa_os_vsprintf(), bfa_os_snprintf(), and bfa_os_get_clock() are replaced with direct assignment or native linux functions. Some unused functions related to VF (Vitual fabric) are also removed. Signed-off-by: Jing Huang <huangj@brocade.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>