Commit 96a49448 authored by YueHaibing's avatar YueHaibing Committed by Claudiu Beznea

ARM: at91: Remove unused extern declarations

commit 157576d5 ("misc: remove atmel_tclib")
left behind this.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230725141105.26904-1-yuehaibing@huawei.comSigned-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent d4b564a5
......@@ -77,9 +77,6 @@ struct atmel_tc {
bool allocated;
};
extern struct atmel_tc *atmel_tc_alloc(unsigned block);
extern void atmel_tc_free(struct atmel_tc *tc);
/* platform-specific ATMEL_TC_TIMER_CLOCKx divisors (0 means 32KiHz) */
extern const u8 atmel_tc_divisors[5];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment