|
@@ -51,7 +51,6 @@
|
|
|
|
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
|
|
-#include <asm/cacheflush.h>
|
|
|
|
#include <linux/fdtable.h>
|
|
#include <linux/fdtable.h>
|
|
#include <linux/file.h>
|
|
#include <linux/file.h>
|
|
#include <linux/freezer.h>
|
|
#include <linux/freezer.h>
|
|
@@ -73,6 +72,9 @@
|
|
#include <linux/spinlock.h>
|
|
#include <linux/spinlock.h>
|
|
|
|
|
|
#include <uapi/linux/android/binder.h>
|
|
#include <uapi/linux/android/binder.h>
|
|
|
|
+
|
|
|
|
+#include <asm/cacheflush.h>
|
|
|
|
+
|
|
#include "binder_alloc.h"
|
|
#include "binder_alloc.h"
|
|
#include "binder_trace.h"
|
|
#include "binder_trace.h"
|
|
|
|
|