summaryrefslogtreecommitdiffstats
path: root/drivers/video/tc358767.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tc358767.c')
-rw-r--r--drivers/video/tc358767.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tc358767.c b/drivers/video/tc358767.c
index e64dde1ddf..f0655ed961 100644
--- a/drivers/video/tc358767.c
+++ b/drivers/video/tc358767.c
@@ -31,7 +31,7 @@
#include <of_gpio.h>
#include <video/media-bus-format.h>
#include <video/vpl.h>
-#include <asm-generic/div64.h>
+#include <linux/math64.h>
#define DP_LINK_BW_SET 0x100
#define DP_ENHANCED_FRAME_EN (1 << 7)