From: Ben Skeggs Date: Sun, 29 Jun 2008 06:02:01 +0000 (+1000) Subject: nouveau: oops, bump the drm patchlevel back down again X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6ddcc10e31f26d17c1c8181013268766aca9ac6;p=mesa.git nouveau: oops, bump the drm patchlevel back down again --- diff --git a/src/gallium/winsys/dri/nouveau/nouveau_screen.c b/src/gallium/winsys/dri/nouveau/nouveau_screen.c index df1fe7e69b4..b15ee7509cc 100644 --- a/src/gallium/winsys/dri/nouveau/nouveau_screen.c +++ b/src/gallium/winsys/dri/nouveau/nouveau_screen.c @@ -13,7 +13,7 @@ #include "nouveau_screen.h" #include "nouveau_swapbuffers.h" -#if NOUVEAU_DRM_HEADER_PATCHLEVEL != 11 +#if NOUVEAU_DRM_HEADER_PATCHLEVEL != 10 #error nouveau_drm.h version does not match expected version #endif