]> git.baikalelectronics.ru Git - kernel.git/commit
frv: fix compiler warning from definition of __pmd()
authorDan Williams <dan.j.williams@intel.com>
Sat, 16 Jan 2016 00:56:35 +0000 (16:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jan 2016 01:56:32 +0000 (17:56 -0800)
commite2fcf9819a657b1ba735966a074a7cdb2544138e
tree047b8c683a40483b952ad0ae4ea7b20914967027
parentecc85e050c66ba94731394ef8ce6aea10259535a
frv: fix compiler warning from definition of __pmd()

Take into account that the pmd_t type is a array inside a struct, so it
needs two levels of brackets to initialize.  Otherwise, a usage of __pmd
generates a warning:

  include/linux/mm.h:986:2: warning: missing braces around initializer [-Wmissing-braces]

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/include/asm/page.h