]> Pileus Git - ~andy/linux/commit
qlcnic: create file qlcnic_sysfs.c for sysfs routines
authorSony Chacko <sony.chacko@qlogic.com>
Wed, 28 Nov 2012 04:34:28 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2012 16:07:43 +0000 (11:07 -0500)
commitec079a07db570ec6ba333525cc43805163bcb043
tree4b850bb2791521ef7b1ef66e84755f8c79f8857c
parentd17dd0d9dfb235952c62703ffd34c5bf05257e4d
qlcnic: create file qlcnic_sysfs.c for sysfs routines

Physical refactoring of 82xx adapter sysfs routines.

Move sysfs routines to new file qlcnic_sysfs.c
Existing sysfs routines has coding style issues, this code is
moved to the new file without fixing the style issues.

There is a seperate patch to fix the style issues in qlcnic_sysfs.c

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/Makefile
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c [new file with mode: 0644]