diff options
| -rw-r--r-- | arch/arm/mach-msm/proc_comm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/proc_comm.h b/arch/arm/mach-msm/proc_comm.h index 12da4cacd4a8..e8d043a0e990 100644 --- a/arch/arm/mach-msm/proc_comm.h +++ b/arch/arm/mach-msm/proc_comm.h | |||
| @@ -253,6 +253,6 @@ enum { | |||
| 253 | (((drvstr) & 0xF) << 17)) | 253 | (((drvstr) & 0xF) << 17)) |
| 254 | 254 | ||
| 255 | int msm_proc_comm(unsigned cmd, unsigned *data1, unsigned *data2); | 255 | int msm_proc_comm(unsigned cmd, unsigned *data1, unsigned *data2); |
| 256 | void __init proc_comm_boot_wait(void); | 256 | void proc_comm_boot_wait(void); |
| 257 | 257 | ||
| 258 | #endif | 258 | #endif |
