summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcryptfs_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptfs_hw.c b/cryptfs_hw.c
index 4e4a7ba..5b52eb6 100755
--- a/cryptfs_hw.c
+++ b/cryptfs_hw.c
@@ -26,6 +26,8 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#define LOG_TAG "Cryptfs_hw"
+
#include <stdlib.h>
#include <string.h>
#include <sys/limits.h>
@@ -42,8 +44,6 @@
#include "hardware.h"
#include "cryptfs_hw.h"
-#define LOG_TAG "Cryptfs_hw"
-
#ifdef LEGACY_HW_DISK_ENCRYPTION
#if defined(__LP64__)
#define QSEECOM_LIBRARY_PATH "/vendor/lib64/libQSEEComAPI.so"