Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faf069a5 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

soc: qcom: Add header to fix compile error



Add <linux/vmalloc.h> to fix a compliation error.

Change-Id: If6697fc2a9936520c22fca47729400000314a247
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent d82a08a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 */

#include <linux/module.h>
@@ -13,6 +13,7 @@
#include <asm/sections.h>
#include <linux/mm.h>
#include <linux/sched/task.h>
#include <linux/vmalloc.h>

static void __init register_log_buf(void)
{