diff options
author | Sony Chacko <sony.chacko@qlogic.com> | 2012-11-28 08:34:28 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-28 20:07:43 +0400 |
commit | ec079a07db570ec6ba333525cc43805163bcb043 (patch) | |
tree | 4b850bb2791521ef7b1ef66e84755f8c79f8857c /drivers/net/ethernet/qlogic/qlcnic/Makefile | |
parent | d17dd0d9dfb235952c62703ffd34c5bf05257e4d (diff) | |
download | linux-ec079a07db570ec6ba333525cc43805163bcb043.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qlcnic/Makefile')
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/Makefile b/drivers/net/ethernet/qlogic/qlcnic/Makefile index a26ee171fd76..34db05366c17 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/Makefile +++ b/drivers/net/ethernet/qlogic/qlcnic/Makefile @@ -5,4 +5,5 @@ obj-$(CONFIG_QLCNIC) := qlcnic.o qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \ - qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o + qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o \ + qlcnic_sysfs.o |