mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 03:30:22 +01:00
freedreno: fix FTBS on non-Linux platforms (unused header)
The <linux/fb.h> header only exists on Linux, but isn't used anymore, so drop it entirely. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
90c1a35f2a
commit
b7338fc842
1 changed files with 0 additions and 2 deletions
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include "kgsl_priv.h"
|
||||
|
||||
#include <linux/fb.h>
|
||||
|
||||
static int set_memtype(struct fd_device *dev, uint32_t handle, uint32_t flags)
|
||||
{
|
||||
struct drm_kgsl_gem_memtype req = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue