diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-03-16 18:20:07 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-12 12:15:39 -0400 |
commit | 79848a2a7333eee6424b38c05b4ea4a0ce56eb47 (patch) | |
tree | 4775b1c6ba32ad4c2acc073b47e72c5cb859e332 /arch/arm/mach-msm/include | |
parent | 93873bcbd16f7233dd5a20280af8e5394e702a8b (diff) |
arm: msm: smd: checkpatch clean up of smd/proc_comm
This cleans up coding style. There are no run time changes.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_smd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_smd.h b/arch/arm/mach-msm/include/mach/msm_smd.h index aa076e466e4c..029463ec8756 100644 --- a/arch/arm/mach-msm/include/mach/msm_smd.h +++ b/arch/arm/mach-msm/include/mach/msm_smd.h | |||
@@ -19,6 +19,8 @@ | |||
19 | 19 | ||
20 | typedef struct smd_channel smd_channel_t; | 20 | typedef struct smd_channel smd_channel_t; |
21 | 21 | ||
22 | extern int (*msm_check_for_modem_crash)(void); | ||
23 | |||
22 | /* warning: notify() may be called before open returns */ | 24 | /* warning: notify() may be called before open returns */ |
23 | int smd_open(const char *name, smd_channel_t **ch, void *priv, | 25 | int smd_open(const char *name, smd_channel_t **ch, void *priv, |
24 | void (*notify)(void *priv, unsigned event)); | 26 | void (*notify)(void *priv, unsigned event)); |
@@ -63,8 +65,7 @@ int smd_wait_until_readable(smd_channel_t *ch, int bytes); | |||
63 | int smd_wait_until_writable(smd_channel_t *ch, int bytes); | 65 | int smd_wait_until_writable(smd_channel_t *ch, int bytes); |
64 | #endif | 66 | #endif |
65 | 67 | ||
66 | typedef enum | 68 | typedef enum { |
67 | { | ||
68 | SMD_PORT_DS = 0, | 69 | SMD_PORT_DS = 0, |
69 | SMD_PORT_DIAG, | 70 | SMD_PORT_DIAG, |
70 | SMD_PORT_RPC_CALL, | 71 | SMD_PORT_RPC_CALL, |