git: <sys/idr.h>: Move implementation details to Linux compat layer.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Fri Nov 1 08:43:34 PDT 2019
commit 554942b446b46b838be85a6bfa692c30a7246614
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Tue Oct 22 17:27:16 2019 +0300
<sys/idr.h>: Move implementation details to Linux compat layer.
Nothing is needed here, linux_idr.c already includes <sys/malloc.h>,
while drm layer still needs malloc prototypes. So move it there.
Summary of changes:
sys/dev/drm/include/linux/idr.h | 7 +++++++
sys/sys/idr.h | 5 -----
2 files changed, 7 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/554942b446b46b838be85a6bfa692c30a7246614
--
DragonFly BSD source repository
More information about the Commits
mailing list