]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move V4L feature declarations and DTrace provider definitions from
authorTijl Coosemans <tijl@FreeBSD.org>
Sun, 6 Dec 2020 10:58:55 +0000 (10:58 +0000)
committerDmitry Chagin <dchagin@FreeBSD.org>
Thu, 10 Jun 2021 09:25:16 +0000 (12:25 +0300)
commit1f717a8166a13e74f0190a4b18d79587ed39d204
treeaa967e0d75ead0139315aaa94a688f6513f79c3e
parentbb687ce0126833710ac5fc9a9d80240e94735df6
Move V4L feature declarations and DTrace provider definitions from
linux_common.c to linux_util.c so they become available on i386.

linux_common.c defines the linux_common kernel module but this module does
not exist on i386 and linux_common.c is not included in the linux module.
linux_util.c is included in the linux_common module on amd64 and the linux
module on i386.

Remove linux_common.c from files.i386 again.  It was added recently in
r367433 when the DTrace provider definitions were moved.

The V4L feature declarations were moved to linux_common in r283423.

(cherry picked from commit 77fb6b6644446beb0ea45085b953f464c729c049)
sys/compat/linux/linux_common.c
sys/compat/linux/linux_util.c
sys/conf/files.i386