summaryrefslogtreecommitdiff
path: root/arch/arm/mach-qcom/scm.h
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2015-02-05 01:10:13 +0300
committerKumar Gala <galak@codeaurora.org>2015-03-11 23:06:37 +0300
commitb97fdb6dc0effe0612bc60fc9db7017b9fd81932 (patch)
treeefdece8033ff46e74e853836b83ac7dc0f2431f8 /arch/arm/mach-qcom/scm.h
parent3d9b448bd287f051f5380323d596a133f01c074b (diff)
downloadlinux-b97fdb6dc0effe0612bc60fc9db7017b9fd81932.tar.xz
ARM: qcom: Cleanup scm interface to only export what is needed
Now that scom boot interface is merged we don't need export scm_call anymore. Some other minor cleanups related to boot interface to only export what is needed by scm_set_boot_addr(). Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom/scm.h')
-rw-r--r--arch/arm/mach-qcom/scm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-qcom/scm.h b/arch/arm/mach-qcom/scm.h
index cfe693575d51..d73c3786c881 100644
--- a/arch/arm/mach-qcom/scm.h
+++ b/arch/arm/mach-qcom/scm.h
@@ -12,13 +12,6 @@
#ifndef __MACH_SCM_H
#define __MACH_SCM_H
-#define SCM_SVC_BOOT 0x1
-#define SCM_SVC_PIL 0x2
-
-extern int scm_call(u32 svc_id, u32 cmd_id, const void *cmd_buf, size_t cmd_len,
- void *resp_buf, size_t resp_len);
-
-#define SCM_BOOT_ADDR 0x1
#define SCM_FLAG_COLDBOOT_CPU1 0x01
#define SCM_FLAG_COLDBOOT_CPU2 0x08
#define SCM_FLAG_COLDBOOT_CPU3 0x20