msm: pm-boot: Compilation fix when PM is disabled

Change-Id: I7702f24e1a69b36205ab911b6fedf53be3edc7a2
Signed-off-by: Chintan Pandya <cpandya@codeaurora.org>
diff --git a/arch/arm/mach-msm/pm-boot.h b/arch/arm/mach-msm/pm-boot.h
index 8a7238a..185d542 100644
--- a/arch/arm/mach-msm/pm-boot.h
+++ b/arch/arm/mach-msm/pm-boot.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
+/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 and
@@ -30,7 +30,7 @@
 int __init msm_pm_boot_init(struct msm_pm_boot_platform_data *pdata);
 #else
 static inline int __init msm_pm_boot_init(
-		struct msm_pm_boot_platform_data *pdata);
+		struct msm_pm_boot_platform_data *pdata)
 {
 	return 0;
 }