From: Brian Norris Date: Sat, 13 Dec 2014 03:06:22 +0000 (+0100) Subject: ARM: 8248/1: pm: remove outdated comment X-Git-Tag: v4.14-rc1~5964^2~1^4~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35997a231021d603ddc73e1abfbe4f76d63f23b2;p=platform%2Fkernel%2Flinux-rpi.git ARM: 8248/1: pm: remove outdated comment As of commit abda1bd5f4e04054ce083c298fcd68a743e9df03 __cpu_suspend() takes only 2 arguments, and those arguments are passed by the platform code. This comment thus makes no sense, as cpu_suspend() is not actually hiding any arguments. Signed-off-by: Brian Norris Signed-off-by: Russell King --- diff --git a/arch/arm/kernel/suspend.c b/arch/arm/kernel/suspend.c index 2835d35..9a2f882 100644 --- a/arch/arm/kernel/suspend.c +++ b/arch/arm/kernel/suspend.c @@ -14,10 +14,6 @@ extern int __cpu_suspend(unsigned long, int (*)(unsigned long), u32 cpuid); extern void cpu_resume_mmu(void); #ifdef CONFIG_MMU -/* - * Hide the first two arguments to __cpu_suspend - these are an implementation - * detail which platform code shouldn't have to know about. - */ int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) { struct mm_struct *mm = current->active_mm;