[ARM] msm: add /proc/last_radio_log when supported by the modem.

Signed-off-by: Iliyan Malchev <malchev@google.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c
index 34bcc32..655fe42 100644
--- a/arch/arm/mach-msm/smd.c
+++ b/arch/arm/mach-msm/smd.c
@@ -1038,6 +1038,8 @@
 	return 0;
 }
 
+extern void msm_init_last_radio_log(struct module *);
+
 static int __init msm_smd_probe(struct platform_device *pdev)
 {
 	pr_info("smd_init()\n");
@@ -1053,6 +1055,8 @@
 
 	msm_check_for_modem_crash = check_for_modem_crash;
 
+	msm_init_last_radio_log(THIS_MODULE);
+
 	smd_initialized = 1;
 
 	return 0;