From 8d5660ca8b0681668b8a3b90012cfc4094cb78b6 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 31 Oct 2011 12:13:25 -0700 Subject: [PATCH] gpu: ion: Add header file for ERR_PTR Add err.h for the declaration of ERR_PTR which is used with the stubbed out ion headers. Change-Id: Ic5e5aea556723ea6b9c8953ef54ad5a82d3761ec Signed-off-by: Laura Abbott --- include/linux/ion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/ion.h b/include/linux/ion.h index 02a245a324b..3152e055b52 100644 --- a/include/linux/ion.h +++ b/include/linux/ion.h @@ -75,6 +75,7 @@ enum ion_heap_ids { #define ION_IS_CACHED(__flags) ((__flags) & (1 << ION_CACHE_SHIFT)) #ifdef __KERNEL__ +#include #include struct ion_device; struct ion_heap;