]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/signal.c
signal: Make kill_proc_info static
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 18 Apr 2017 03:10:04 +0000 (22:10 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 22 Apr 2017 03:46:25 +0000 (22:46 -0500)
commit6c478ae9204b489f6228e4b535c6ac72851e06d8
tree8a32cd564a855210689e4f93907fde3d0b9aca13
parentcad4ea546b1a8a700d269e41ac5db182057d7a32
signal: Make kill_proc_info static

There are no users outside of signal.c so make the function static so
the compiler and other developers have that information.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/linux/sched/signal.h
kernel/signal.c