mirror of https://gitee.com/openkylin/linux.git
silicom: bury bp_proc.c
It's a seriously rotten copy of parts of bp_mod.c; had been ifdefed out all along, lacks a bunch of declarations that would be needed if ifdef had been removed, all stuff in it is duplicated in bp_mod.c anyway... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a01b0c576d
commit
685e55eb51
|
@ -4,6 +4,3 @@
|
|||
|
||||
obj-$(CONFIG_BPCTL) += bpctl_mod.o
|
||||
obj-$(CONFIG_SBYPASS) += bypasslib/
|
||||
|
||||
|
||||
bpctl_mod-objs := bp_mod.o bp_proc.o
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue