diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-04-15 19:14:45 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-17 05:46:17 +0200 |
commit | ad910c7c01269f229a97c335f2dc669fff750f65 (patch) | |
tree | 94815209f5a50aaa29411e6e5511f5076f049b68 /net/atm | |
parent | net: bridge: fix per-port af_packet sockets (diff) | |
download | linux-ad910c7c01269f229a97c335f2dc669fff750f65.tar.xz linux-ad910c7c01269f229a97c335f2dc669fff750f65.zip |
net/core: work around section mismatch warning for ptp_classifier
The routine ptp_classifier_init() uses an initializer for an
automatic struct type variable which refers to an __initdata
symbol. This is perfectly legal, but may trigger a section
mismatch warning when running the compiler in -fpic mode, due
to the fact that the initializer may be emitted into an anonymous
.data section thats lack the __init annotation. So work around it
by using assignments instead.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
0 files changed, 0 insertions, 0 deletions