From 56c4857f1763b40e566839bdc6fa14f873baf9b8 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 31 Jul 2014 14:33:36 +0200 Subject: nouveau: Only export public functions. This hides all the abi16_* functions and the nouveau_debug variable, they should have been private to begin with. Signed-off-by: Maarten Lankhorst Reviewed-by: Emil Velikov --- nouveau/private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nouveau/private.h') diff --git a/nouveau/private.h b/nouveau/private.h index 4f337ad1..bf9db042 100644 --- a/nouveau/private.h +++ b/nouveau/private.h @@ -1,6 +1,7 @@ #ifndef __NOUVEAU_LIBDRM_PRIVATE_H__ #define __NOUVEAU_LIBDRM_PRIVATE_H__ +#include #include #include #include -- cgit v1.2.3