summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/qcom_mdt_loader.h
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2017-01-27 03:12:57 -0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-02-06 08:57:25 -0800
commit2aad40d911eeb7dcac91c669f2762a28134f0eb1 (patch)
tree88666041cb0f82cbbac8bfbeec28c6c8a5222f66 /drivers/remoteproc/qcom_mdt_loader.h
parent7f0dd07a9b29cfadffcd2fa08902a844f5c94e86 (diff)
remoteproc: Move qcom_mdt_loader into drivers/soc/qcom
With the remoteproc parts cleaned out of the MDT loader we can move it to drivers/soc/qcom. Acked-by: Andy Gross <andy.gross@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/qcom_mdt_loader.h')
-rw-r--r--drivers/remoteproc/qcom_mdt_loader.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/remoteproc/qcom_mdt_loader.h b/drivers/remoteproc/qcom_mdt_loader.h
deleted file mode 100644
index ff6e45b77326..000000000000
--- a/drivers/remoteproc/qcom_mdt_loader.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __QCOM_MDT_LOADER_H__
-#define __QCOM_MDT_LOADER_H__
-
-#define QCOM_MDT_TYPE_MASK (7 << 24)
-#define QCOM_MDT_TYPE_HASH (2 << 24)
-#define QCOM_MDT_RELOCATABLE BIT(27)
-
-ssize_t qcom_mdt_get_size(const struct firmware *fw);
-int qcom_mdt_load(struct device *dev, const struct firmware *fw,
- const char *fw_name, int pas_id, void *mem_region,
- phys_addr_t mem_phys, size_t mem_size);
-
-#endif