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

Commit 0a4e946c authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: qmi: Add header dependencies



QMI header has incomplete type errors when compiling standalone. Add
the required headers.

Change-Id: I545c794b2b3f8d09ce8b1d5b0aba7690cb0b03de
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 903bbcb1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017, Linaro Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
@@ -14,8 +14,12 @@
#ifndef __QMI_HELPERS_H__
#define __QMI_HELPERS_H__

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

/**
 * qmi_header - wireformat header of QMI messages