Hi Thomas,

Em 12/06/2025 09:09, Thomas Zimmermann escreveu:
Some source files in DRM do not include <linux/export.h> properly;
others do when they don't have to. The build scripts now warn about
these cases.

This series fixes DRM core and helpers. There are a few more warnings
in drivers.

Commit 7d95680d64ac ("scripts/misc-check: check unnecessary #include
<linux/export.h> when W=1") and commit a934a57a42f6 ("scripts/misc-check:
check missing #include <linux/export.h> when W=1") added these new
warnings in v6.16-rc1.

Thomas Zimmermann (9):
   drm: Do not include <linux/export.h>
   drm: Include <linux/export.h>
   drm/bridge: Include <linux/export.h>
   drm/client: Include <linux/export.h>
   drm/display: Include <linux/export.h>
   drm/gem: Include <linux/export.h>
   drm/panel: Include <linux/export.h>
   drm/scheduler: Include <linux/export.h>
   drm/ttm: Include <linux/export.h>


This series is:

        Reviewed-by: André Almeida <andrealm...@igalia.com>

Reply via email to