ARM: at91: Remove unused extern declarations
authorYueHaibing <yuehaibing@huawei.com>
Tue, 25 Jul 2023 14:11:05 +0000 (22:11 +0800)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sat, 29 Jul 2023 13:56:09 +0000 (16:56 +0300)
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>
include/soc/at91/atmel_tcb.h

index 1d7071dc0bcaabefe5c123c2f2ffedfeac858902..26b56a07bd1f2976f8fb26e8406bcef5e2f3d959 100644 (file)
@@ -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];