firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-include_linux_ion.h.p...

28 lines
943 B
Diff

diff -drupN a/include/linux/ion.h b/include/linux/ion.h
--- a/include/linux/ion.h 1970-01-01 03:00:00.000000000 +0300
+++ b/include/linux/ion.h 2022-06-12 05:28:14.000000000 +0300
@@ -0,0 +1,23 @@
+/*
+ * include/linux/ion.h
+ *
+ * Copyright (C) 2011 Google, Inc.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ */
+
+#ifndef _INCLUDE_LINUX_ION_H
+#define _INCLUDE_LINUX_ION_H
+
+#include "../../drivers/staging/android/ion/ion.h"
+#include "../../drivers/staging/android/ion/ion_priv.h"
+
+#endif /* _LINUX_ION_H */