testdisplay: add stub disable_planes() function

To fix the compile with non-plane libdrms.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Jesse Barnes 2011-10-27 17:47:58 -07:00
parent 28d1be3f9b
commit 234b5c40b1

View File

@ -804,6 +804,7 @@ disable_planes(int fd)
} }
#else #else
static void enable_plane(struct connector *c) { return; } static void enable_plane(struct connector *c) { return; }
static void disable_planes(int fd) { return; }
#endif #endif
static void static void