summaryrefslogtreecommitdiff
path: root/curve_test.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-08-13 12:09:28 +0200
committerTobias Klauser <tobias.klauser@gmail.com>2020-08-19 13:16:51 +0200
commitbfa3c89317869ffe1e90b7e01e7cacad7a7ea10e (patch)
tree69a429ad9d42236b7b8db6258c76d64bf7575762 /curve_test.c
parentca09a6f34d70e3a8ea495a6b2b71cd6d598d5ffb (diff)
mausezahn: make needlessly global variables static
Move variables only used withing a single compilation unit from mz.h and make them static. This avoids "multiple definition of symbol" linker errors with gcc-10. Updates #216 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curve_test.c')
0 files changed, 0 insertions, 0 deletions
upt' rmi_f03.c:(.text+0xf8fbd): undefined reference to `serio_interrupt' drivers/built-in.o: In function `rmi_f03_remove': rmi_f03.c:(.text+0xf9082): undefined reference to `serio_unregister_port' drivers/built-in.o: In function `rmi_f03_probe': rmi_f03.c:(.text+0xf9260): undefined reference to `__serio_register_port' Reported-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'sound/soc/sh/rcar/mix.c')