]> git.baikalelectronics.ru Git - kernel.git/commit
wanrouter: delete now orphaned header content, files/drivers
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 31 Jan 2013 02:50:08 +0000 (21:50 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 Feb 2013 00:56:35 +0000 (19:56 -0500)
commit03411f3972e4dd4c08b8a7bee4c539f1ebede541
tree97220d3bf7c93be60bb805e4c8e149a96f11f91d
parent0d25807dd95a758dbcde0259552919e4b0f58390
wanrouter: delete now orphaned header content, files/drivers

The wanrouter support was identified earlier as unused for years,
and so the previous commit totally decoupled it from the kernel,
leaving the related wanrouter files present, but totally inert.

Here we take the final step in that cleanup, by doing a wholesale
removal of these files.  The two step process is used so that the
large deletion is decoupled from the git history of files that we
still care about.

The drivers deleted here all were dependent on the Kconfig setting
CONFIG_WAN_ROUTER_DRIVERS.

A stub wanrouter.h header (kernel & uapi) are left behind so that
drivers/isdn/i4l/isdn_x25iface.c continues to compile, and so that
we don't accidentally break userspace that expected these defines.

Cc: Joe Perches <joe@perches.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12 files changed:
drivers/net/wan/cycx_drv.c [deleted file]
drivers/net/wan/cycx_main.c [deleted file]
drivers/net/wan/cycx_x25.c [deleted file]
include/linux/cyclomx.h [deleted file]
include/linux/cycx_drv.h [deleted file]
include/linux/wanrouter.h
include/uapi/linux/wanrouter.h
net/wanrouter/Kconfig [deleted file]
net/wanrouter/Makefile [deleted file]
net/wanrouter/patchlevel [deleted file]
net/wanrouter/wanmain.c [deleted file]
net/wanrouter/wanproc.c [deleted file]