summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-12-17 20:05:18 -0800
committerChristopher Ferris <cferris@google.com>2013-12-17 20:05:18 -0800
commit5e8c3d1833633680c94825dec6f1f11e79a21d5b (patch)
tree288ac20bdd60205ccfa72e040050b953d212b866
parentd5f7363825cb5c13e561575e3492042c0476770b (diff)
downloadmsm8x26-5e8c3d1833633680c94825dec6f1f11e79a21d5b.tar.gz
Remove include of linux/err.h in ion.h.
This is a temporary fix. This is not the correct ion.h file, so fixing this so that compilation doesn't fail any more. A new ion.h will be generated shortly. Change-Id: I5dae8d0f877c68f392af15b182316c8315b33ccf
-rw-r--r--kernel-headers/linux/ion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel-headers/linux/ion.h b/kernel-headers/linux/ion.h
index c811f7d..de9a8de 100644
--- a/kernel-headers/linux/ion.h
+++ b/kernel-headers/linux/ion.h
@@ -18,7 +18,6 @@
****************************************************************************/
#ifndef _LINUX_ION_H
#define _LINUX_ION_H
-#include <linux/err.h>
#include <uapi/linux/ion.h>
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#include <mach/ion.h>