commit | 763bfce0b1d17ed1d8d5a5c8d27b2d13365feb6b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 24 15:42:22 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 24 15:42:22 2014 -0800 |
tree | 64ac65d92a4c697ed3b29cc89ce29f112688b356 | |
parent | 410f51a88cc40977ddc2d99ae72d429550715e13 [diff] |
Remove an unused #include of <asm/page.h>. Change-Id: I000aead8c82ec11151f69e6ce439dd09b0f0b4f4
diff --git a/init/devices.c b/init/devices.c index f7df453..a70c61d 100644 --- a/init/devices.c +++ b/init/devices.c
@@ -37,7 +37,6 @@ #include <private/android_filesystem_config.h> #include <sys/time.h> -#include <asm/page.h> #include <sys/wait.h> #include <cutils/list.h>