diff options
author | 2023-09-13 00:09:22 +1000 | |
---|---|---|
committer | 2023-10-23 08:22:22 +1000 | |
commit | 2508b608f4028c6fe0d63698f64a9bfc3eb6b780 (patch) | |
tree | abb2c7eeb97466ed64f87d532484bfacf04e3352 /scripts/gdb/linux/tasks.py | |
parent | m68k: 68000: fix warnings in 68000 interrupt handling (diff) | |
download | wireguard-linux-2508b608f4028c6fe0d63698f64a9bfc3eb6b780.tar.xz wireguard-linux-2508b608f4028c6fe0d63698f64a9bfc3eb6b780.zip |
m68k: 68000: fix warning in timer code
When building with W=1:
CC arch/m68k/68000/timers.o
arch/m68k/68000/timers.c:120:5: warning: no previous prototype for ‘m68328_hwclk’ [-Wmissing-prototypes]
int m68328_hwclk(int set, struct rtc_time *t)
^~~~~~~~~~~~
Include m68328.h to get prototype for m68328_hwclk().
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions