Files
linux/drivers
Mathieu Malaterre 58935176ad powerpc/via-pmu: Fix section mismatch warning
Make the struct via_pmu_driver const to avoid following warning:

WARNING: vmlinux.o(.data+0x4739c): Section mismatch in reference from the variable via_pmu_driver to the function .init.text:pmu_init()
The variable via_pmu_driver references
the function __init pmu_init()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Suggested-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-03-13 15:10:15 +11:00
..
2018-03-01 08:41:27 -07:00
2018-03-02 10:44:44 +01:00
2018-01-02 14:46:35 +01:00
2018-02-20 11:34:54 +00:00
2017-12-18 16:47:27 +01:00
2018-01-30 12:25:59 +00:00
2017-12-19 10:56:53 +01:00
2018-01-22 16:45:26 +01:00
2018-01-09 16:15:20 +01:00