diff options
author | Tom Rix <[email protected]> | 2023-03-21 14:34:39 -0400 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2023-04-22 12:53:59 +0200 |
commit | fc0c5db58f4c78b948acfbf9558eeaf6b343bf9a (patch) | |
tree | eee4d3adca3bfa6ebba5ee6df5ffbb4e465935e5 /lib/mpi/mpi-mod.c | |
parent | bfeaadbc0b8231e81dacd0616b476520759641ae (diff) |
watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functions
clang with W=1 reports
drivers/watchdog/s3c2410_wdt.c:311:35: error: unused function
'freq_to_wdt' [-Werror,-Wunused-function]
static inline struct s3c2410_wdt *freq_to_wdt(struct notifier_block *nb)
^
drivers/watchdog/s3c2410_wdt.c:446:19: error: unused function
's3c2410wdt_is_running' [-Werror,-Wunused-function]
static inline int s3c2410wdt_is_running(struct s3c2410_wdt *wdt)
^
These functions are not used, so remove them.
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions