gpu: pvr: use already existing proc name in pr_err_process info
[sgx.git] / pvr / img_defs.h
index 62bbaa1..b0a25c2 100644 (file)
@@ -34,7 +34,7 @@
 #define        IMG_NO_REG                              1
 
 #ifndef PVR_UNREFERENCED_PARAMETER
-#define        PVR_UNREFERENCED_PARAMETER(param) (param) = (param)
+#define        PVR_UNREFERENCED_PARAMETER(param)       (param) = (param)
 #endif
 
 #ifdef __GNUC__
@@ -43,6 +43,4 @@
 #define unref__
 #endif
 
-#define IMG_INTERNAL   __attribute__ ((visibility("hidden")))
-
 #endif