Kate Hsuan 5796aa1efb media: remove unnecessary module_init/exit functions
JIRA: https://redhat.atlassian.net/browse/RHEL-162130

commit c64122124c482df1bf606d34d30895359f501cf5
Author: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Date: Fri, 30 Jan 2026 18:00:47 -0800

  Three media drivers have unnecessary module_init and module_exit
  functions that are empty or just print a message. Remove them. Note
  that if a module_init function exists, a module_exit function must also
  exist; otherwise, the module cannot be unloaded.

  Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
  Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
  Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

Signed-off-by: Kate Hsuan <hpa@redhat.com>
2026-05-15 14:41:30 +08:00
2026-05-12 08:15:43 +00:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
S
Description
No description provided
Readme
2.8 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%
Other 0.1%