linuxkpi: hdmi: Split the module declaration to a new file
authorEmmanuel Vadot <manu@FreeBSD.org>
Wed, 24 Apr 2024 07:59:20 +0000 (09:59 +0200)
committerEmmanuel Vadot <manu@FreeBSD.org>
Tue, 30 Apr 2024 05:41:48 +0000 (07:41 +0200)
commit7f84bb34a1d191949ec519a01c0c574f5e827c88
tree3cce1438fa5d1d97b711ddc9f366b8eddf571068
parent6a7819e43f938992304472054c83f4a6602a9e19
linuxkpi: hdmi: Split the module declaration to a new file

In order to have a proper linuxkpi_video kmod, move the module declaration
to a new file as linuxkpi_video will also include linux_hdmi.c

Differential Revision: https://reviews.freebsd.org/D44926
Reviewed by: bz, emaste, wulf
Sponsored by: Beckhoff Automation GmbH & Co. KG
sys/compat/linuxkpi/common/src/linux_hdmi.c
sys/compat/linuxkpi/common/src/linuxkpi_hdmikmod.c [new file with mode: 0644]
sys/modules/linuxkpi_hdmi/Makefile