mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 10:46:33 +00:00
ARM: at91: Remove unused extern declarations
commit 157576d55233 ("misc: remove atmel_tclib") left behind this. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20230725141105.26904-1-yuehaibing@huawei.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
parent
d4b564a524
commit
96a49448c4
@ -77,9 +77,6 @@ struct atmel_tc {
|
|||||||
bool allocated;
|
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) */
|
/* platform-specific ATMEL_TC_TIMER_CLOCKx divisors (0 means 32KiHz) */
|
||||||
extern const u8 atmel_tc_divisors[5];
|
extern const u8 atmel_tc_divisors[5];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user