]> git.baikalelectronics.ru Git - kernel.git/commit
net: move ioctl functions into a separated file
authorCong Wang <xiyou.wangcong@gmail.com>
Fri, 15 Feb 2013 22:20:46 +0000 (22:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2013 17:27:32 +0000 (12:27 -0500)
commiteabf9ab31a98ef084b773e6bff183e707c8803d9
treec8decd7182281de10bd86a5d299afd37a1a16864
parent61047a7578953041aac8acf34d788157293acc6d
net: move ioctl functions into a separated file

They well deserve a separated unit.

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/Makefile
net/core/dev.c
net/core/dev_ioctl.c [new file with mode: 0644]