summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-24 15:42:22 -0800
committerElliott Hughes <enh@google.com>2014-02-24 15:42:22 -0800
commit763bfce0b1d17ed1d8d5a5c8d27b2d13365feb6b (patch)
tree64ac65d92a4c697ed3b29cc89ce29f112688b356 /init
parent410f51a88cc40977ddc2d99ae72d429550715e13 (diff)
downloadsystem_core-763bfce0b1d17ed1d8d5a5c8d27b2d13365feb6b.zip
system_core-763bfce0b1d17ed1d8d5a5c8d27b2d13365feb6b.tar.gz
system_core-763bfce0b1d17ed1d8d5a5c8d27b2d13365feb6b.tar.bz2
Remove an unused #include of <asm/page.h>.
Change-Id: I000aead8c82ec11151f69e6ce439dd09b0f0b4f4
Diffstat (limited to 'init')
-rw-r--r--init/devices.c1
1 files changed, 0 insertions, 1 deletions
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>