linuxkpi: Add add_taint stub

Needed by drm-kmod.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D36112
This commit is contained in:
Emmanuel Vadot 2022-08-09 15:55:19 +02:00
parent 4b2cb13e91
commit bf27839aa9

View File

@ -682,6 +682,8 @@ linux_ratelimited(linux_ratelimit_t *rl)
#define TAINT_WARN 0
#define test_taint(x) (0)
#define add_taint(x,y) do { \
} while (0)
static inline int
_h2b(const char c)