video: fbdev: bcm2708_fb: Use common compat header

The definition of compat_ptr is now common for most platforms, but
requires the inclusion of <linux/compat.h>.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
Phil Elwell
2020-03-02 14:42:23 +00:00
committed by popcornmix
parent 48ac1fa3b9
commit 473e65eadd

View File

@@ -38,6 +38,7 @@
#include <linux/cred.h>
#include <soc/bcm2835/raspberrypi-firmware.h>
#include <linux/mutex.h>
#include <linux/compat.h>
//#define BCM2708_FB_DEBUG
#define MODULE_NAME "bcm2708_fb"