From 76e9799b8a465bc3545823ed283a6c3a049c7524 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Mar 2015 21:52:00 +0000 Subject: nouveau: annotate the private symbols They are less and easier to track than the public ones. The macro drm_public will be going away by the end of the series. Cc: Maarten Lankhorst Cc: Ben Skeggs Signed-off-by: Emil Velikov --- nouveau/nouveau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nouveau/nouveau.c') diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c index 2d95b74b..5c8a0ec5 100644 --- a/nouveau/nouveau.c +++ b/nouveau/nouveau.c @@ -45,7 +45,7 @@ #include "private.h" #ifdef DEBUG -uint32_t nouveau_debug = 0; +drm_private uint32_t nouveau_debug = 0; static void debug_init(char *args) -- cgit v1.2.3