diff options
author | Arne Coucheron <arco68@gmail.com> | 2018-07-03 00:49:39 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:12 +0200 |
commit | 25798a5e9b8d786f1277358a0ea4bc5586844482 (patch) | |
tree | 603b914966e7c4f67a6f994da3a3fe6bc5b3f596 /tfa9890 | |
parent | dcbd990d48c5edaaee4860ff079c984ed72c2df6 (diff) |
shinano-common: tfa9890: Move to log/log.h
* cutils/log.h is deprecated.
Change-Id: Id29be75e58dab602ed3abcaa64571b4d565fabb3
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Diffstat (limited to 'tfa9890')
-rw-r--r-- | tfa9890/tfa9890.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tfa9890/tfa9890.c b/tfa9890/tfa9890.c index 0a73a3a..69d8feb 100644 --- a/tfa9890/tfa9890.c +++ b/tfa9890/tfa9890.c @@ -25,7 +25,7 @@ #include <string.h> #include <unistd.h> -#include <cutils/log.h> +#include <log/log.h> #include <cutils/misc.h> #include <sys/ioctl.h> #include <system/audio.h> |