]> git.baikalelectronics.ru Git - kernel.git/commit
sh: fix build error in mm/init.c
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 21 Apr 2020 01:13:38 +0000 (18:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2020 18:11:55 +0000 (11:11 -0700)
commit8eb3d65486fc0e8d947007c747b95365291f3e74
treedd3054fafd061f22a8e65714b41f5b2ed2721090
parent9b3ba36095d0fe4ace7a94fa411734a70b2bcbe8
sh: fix build error in mm/init.c

The closing parenthesis is missing.

Fixes: f63d2017f9b0 ("mm/memory_hotplug: add pgprot_t to mhp_params")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Link: http://lkml.kernel.org/r/20200413014743.16353-1-masahiroy@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh/mm/init.c