diff options
author | Dan Williams <dan.j.williams@intel.com> | 2016-01-16 03:56:35 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-16 04:56:32 +0300 |
commit | 6d8113c75a72f80164cc68b1af45f1608f9a36c6 (patch) | |
tree | 047b8c683a40483b952ad0ae4ea7b20914967027 /arch/x86/include | |
parent | 888cdbc2c9a76a0e450f533b1957cdbfe7d483d5 (diff) | |
download | linux-6d8113c75a72f80164cc68b1af45f1608f9a36c6.tar.xz |
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>
Diffstat (limited to 'arch/x86/include')
0 files changed, 0 insertions, 0 deletions