Skip to content

Commit ff22b5b

Browse files
lxindavem330
authored andcommitted
sctp: rename sctp_diag.c as diag.c
Remove 'sctp_' prefix for diag file, to keep consistent with other files' names. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 6c67775 commit ff22b5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

net/sctp/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
1515
offload.o stream_sched.o stream_sched_prio.o \
1616
stream_sched_rr.o stream_interleave.o
1717

18+
sctp_diag-y := diag.o
19+
1820
sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
1921
sctp-$(CONFIG_PROC_FS) += proc.o
2022
sctp-$(CONFIG_SYSCTL) += sysctl.o
File renamed without changes.

0 commit comments

Comments
 (0)