]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: Relocate pppol2tp driver to new net/l2tp directory
authorJames Chapman <jchapman@katalix.com>
Fri, 2 Apr 2010 06:18:28 +0000 (06:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Apr 2010 21:56:01 +0000 (14:56 -0700)
commitb5089c8b5dff81a7910a18dea70e9e3affaed49b
tree0cafa9589701dec0c39da0fbef5d7c7df0c987dc
parent6d99a9fb4e703c6d15185203fda1333ec2103b0e
l2tp: Relocate pppol2tp driver to new net/l2tp directory

This patch moves the existing pppol2tp driver from drivers/net into a
new net/l2tp directory, which is where the upcoming L2TPv3 code will
live. The existing CONFIG_PPPOL2TP config option is left in its
current place to avoid "make oldconfig" issues when an existing
pppol2tp user takes this change. (This is the same approach used for
the pppoatm driver, which moved to net/atm.)

There are no code changes. The existing drivers/net/pppol2tp.c is
simply moved to net/l2tp.

Signed-off-by: James Chapman <jchapman@katalix.com>
Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Makefile
drivers/net/pppol2tp.c [deleted file]
net/Makefile
net/l2tp/Makefile [new file with mode: 0644]
net/l2tp/pppol2tp.c [new file with mode: 0644]