tree: Change sunxi_cedrus_log for request_log

As part of the ongoing switch to a generic name, let's start with log
function.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-07-17 15:54:55 +02:00
parent 2d1bce38c2
commit d43854dfd9
5 changed files with 27 additions and 31 deletions
+1 -1
View File
@@ -26,6 +26,6 @@
#ifndef _UTILS_H_
#define _UTILS_H_
void sunxi_cedrus_log(const char *format, ...);
void request_log(const char *format, ...);
#endif