summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/log.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/log.h b/drivers/gpu/nvgpu/include/nvgpu/log.h
index 45a6ec11..f68ef308 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/log.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/log.h
@@ -163,20 +163,6 @@ extern u32 nvgpu_dbg_mask;
163 DEBUG, fmt "\n", ##arg); \ 163 DEBUG, fmt "\n", ##arg); \
164 } while (0) 164 } while (0)
165 165
166#define gk20a_err(d, fmt, arg...) \
167 do { \
168 __nvgpu_log_msg(NULL, __func__, __LINE__, ERROR, \
169 fmt "\n", ##arg); \
170 (void)(d); \
171 } while (0)
172
173#define gk20a_warn(d, fmt, arg...) \
174 do { \
175 __nvgpu_log_msg(NULL, __func__, __LINE__, WARNING, \
176 fmt "\n", ##arg); \
177 (void)(d); \
178 } while (0)
179
180/* 166/*
181 * Some convenience macros. 167 * Some convenience macros.
182 */ 168 */