projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56ffa5
)
drm/tests: client: Mention that we can't use MODULE_ macros
author
Maxime Ripard
<maxime@cerno.tech>
Thu, 17 Nov 2022 09:28:44 +0000
(10:28 +0100)
committer
Maxime Ripard
<maxime@cerno.tech>
Thu, 24 Nov 2022 11:42:39 +0000
(12:42 +0100)
That file is included directly, so we can't use any MODULE macro. Let's
leave a comment to avoid any future mistake.
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Acked-in-principle-or-something-like-that-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-1-256dad125326@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/tests/drm_client_modeset_test.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tests/drm_client_modeset_test.c
b/drivers/gpu/drm/tests/drm_client_modeset_test.c
index 362a5fbd82f5ec85590b3cfbdfc4bf36ed0154ea..cdae1e4c762a2627db79f35e3930f20c14b65814 100644
(file)
--- a/
drivers/gpu/drm/tests/drm_client_modeset_test.c
+++ b/
drivers/gpu/drm/tests/drm_client_modeset_test.c
@@
-96,3
+96,8
@@
static struct kunit_suite drm_test_pick_cmdline_test_suite = {
};
kunit_test_suite(drm_test_pick_cmdline_test_suite);
+
+/*
+ * This file is included directly by drm_client_modeset.c so we can't
+ * use any MODULE_* macro here.
+ */