]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: move sysfs handling to a separate file
authorLuciano Coelho <coelho@ti.com>
Fri, 3 May 2013 23:46:38 +0000 (02:46 +0300)
committerLuciano Coelho <coelho@ti.com>
Mon, 17 Jun 2013 08:56:59 +0000 (11:56 +0300)
commita5866e1d275b7ef1350da3a602c0a9b2419ddb79
tree8c5d7018c9269b223de83124acefe82a7cd6097e
parent918d1ea3c2765b27ca29e008061210ea3c971e3c
wlcore: move sysfs handling to a separate file

Instead of doing all the sysfs file handling in the main file, move it
to a new sysfs source file to reduce the amount of code in a single
file.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/Makefile
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/sysfs.c [new file with mode: 0644]
drivers/net/wireless/ti/wlcore/sysfs.h [new file with mode: 0644]