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

Commit 0f785d46 authored by Chris Lew's avatar Chris Lew
Browse files

soc: qcom: qmi: Declare header dependencies



Add the missing header dependencies for types used within this file.

Change-Id: Ie79cd3a65f19800a1fff2e320a999534b389b27c
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 823ecc92
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,8 +14,13 @@
#ifndef __QMI_HELPERS_H__
#define __QMI_HELPERS_H__

#include <linux/completion.h>
#include <linux/idr.h>
#include <linux/list.h>
#include <linux/qrtr.h>
#include <linux/types.h>
#include <linux/mutex.h>
#include <linux/workqueue.h>

/**
 * qmi_header - wireformat header of QMI messages