Commit 5b8573f7 authored by Mikko Rapeli's avatar Mikko Rapeli Committed by Gabriel Laskar

via_drm.h: don't include non-existing via_drmclient.h

Fixes compiler error:

drm/via_drm.h:36:27: fatal error: via_drmclient.h: No such file or directory
Signed-off-by: default avatarMikko Rapeli <mikko.rapeli@iki.fi>
parent 31b4dfe2
......@@ -33,9 +33,6 @@
#ifndef _VIA_DEFINES_
#define _VIA_DEFINES_
#ifndef __KERNEL__
#include "via_drmclient.h"
#endif
#define VIA_NR_SAREA_CLIPRECTS 8
#define VIA_NR_XVMC_PORTS 10
......
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