Switch to libkeyutils.

Bug: http://b/37991155
Test: builds+boots
Change-Id: I33a3ba0d59ffd504093dc94517815c1196e95e2b
diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp
index cb5f6d0..dd8922c 100644
--- a/Ext4Crypt.cpp
+++ b/Ext4Crypt.cpp
@@ -46,8 +46,8 @@
 #include <cutils/fs.h>
 #include <cutils/properties.h>
 
-#include <ext4_utils/key_control.h>
 #include <ext4_utils/ext4_crypt.h>
+#include <keyutils.h>
 
 #include <android-base/file.h>
 #include <android-base/logging.h>