kernel: fix compile error on linux 4.9 with CONFIG_KALLSYMS disabled
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 12 Feb 2017 12:36:46 +0000 (13:36 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 12 Feb 2017 12:55:13 +0000 (13:55 +0100)
commit0caffa60af0a1823fe62290334216a548d6b3e09
treea5ba05799737d41a7b5881d0682216534ec0752c
parentb1c2506a76a02549c9f283ed4cd5dc01068b5ab9
kernel: fix compile error on linux 4.9 with CONFIG_KALLSYMS disabled

Upstream linux commit 7523e4dc5057e "module: use a structure to
encapsulate layout." moves some of the struct module members into a
separate struct module_layout.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
target/linux/generic/patches-4.9/205-backtrace_module_info.patch