]> 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)
commitddeb6cc748b345d645b6e6812b931d18408002f3
tree8c5d7018c9269b223de83124acefe82a7cd6097e
parentfaeeeabacbc9bb1ce725739fba765f16ee7b7ab0
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]