Skip to content

Commit f7711fd

Browse files
committed
drm/tests: Include helpers header
The kunit helpers code weren't including its header, leading to a warning that no previous prototype had been defined for public functions. Include the matching header to fix the warning. Fixes: 44a3928 ("drm/tests: Add Kunit Helpers") Reported-by: kernel test robot <[email protected]> Reviewed-by: Maíra Canal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 80afdfa commit f7711fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/tests/drm_kunit_helpers.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include <linux/device.h>
77

8+
#include "drm_kunit_helpers.h"
9+
810
struct kunit_dev {
911
struct drm_device base;
1012
};

0 commit comments

Comments
 (0)