net: disallow to use net_assign_generic externally
authorJiri Pirko <jpirko@redhat.com>
Fri, 23 Apr 2010 01:40:47 +0000 (01:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 22:49:02 +0000 (15:49 -0700)
Now there's no need to use this fuction directly because it's handled by
register_pernet_device. So to make this simple and easy to understand,
make this static to do not tempt potentional users.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found