Unverified Commit f7711fdd authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: 44a39283 ("drm/tests: Add Kunit Helpers")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarMaíra Canal <mairacanal@riseup.net>
Link: https://lore.kernel.org/r/20221116091712.1309651-1-maxime@cerno.tech


Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 80afdfa6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@

#include <linux/device.h>

#include "drm_kunit_helpers.h"

struct kunit_dev {
	struct drm_device base;
};