summaryrefslogtreecommitdiff
path: root/mali_kbase/tests/kutf/kutf_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'mali_kbase/tests/kutf/kutf_mem.c')
-rw-r--r--mali_kbase/tests/kutf/kutf_mem.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/mali_kbase/tests/kutf/kutf_mem.c b/mali_kbase/tests/kutf/kutf_mem.c
index a75e15f..fd98bea 100644
--- a/mali_kbase/tests/kutf/kutf_mem.c
+++ b/mali_kbase/tests/kutf/kutf_mem.c
@@ -7,18 +7,24 @@
* Foundation, and any use by you of this program is subject to the terms
* of such GNU licence.
*
- * A copy of the licence is included with the program, and can also be obtained
- * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, you can access it online at
+ * http://www.gnu.org/licenses/gpl-2.0.html.
+ *
+ * SPDX-License-Identifier: GPL-2.0
*
*/
-
-
/* Kernel UTF memory management functions */
#include <linux/list.h>
#include <linux/slab.h>
+#include <linux/export.h>
#include <kutf/kutf_mem.h>