net: add a sock_init()
authorAlan Cox <alan@linux.intel.com>
Sun, 21 Feb 2016 20:26:33 +0000 (20:26 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 21 Feb 2016 20:26:33 +0000 (20:26 +0000)
commit2f92e8b91d8faf7332541421a863a8bb7df636df
tree9bd3d4bac2bbbcb308d56d757821c211a48fdf2b
parentf9210080418dd98ae6eef8c47733ab1726b6aa54
net: add a sock_init()

We need to intialize both core and driver layer stuff so have a standard call
which calls into the driver init
Kernel/include/netdev.h
Kernel/platform-z80pack/devices.c
Kernel/syscall_net.c