Commit fc09b491 authored by Kent Overstreet's avatar Kent Overstreet

media: vidtv: fix missing include

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 86b9357c
......@@ -14,6 +14,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ":%s, %d: " fmt, __func__, __LINE__
#include <linux/types.h>
#include <linux/math64.h>
#include <linux/printk.h>
#include <linux/ratelimit.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment