Skip to content

Commit 96a4944

Browse files
YueHaibingclaudiubeznea
authored andcommitted
ARM: at91: Remove unused extern declarations
commit 157576d ("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>
1 parent d4b564a commit 96a4944

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/soc/at91/atmel_tcb.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ struct atmel_tc {
7777
bool allocated;
7878
};
7979

80-
extern struct atmel_tc *atmel_tc_alloc(unsigned block);
81-
extern void atmel_tc_free(struct atmel_tc *tc);
82-
8380
/* platform-specific ATMEL_TC_TIMER_CLOCKx divisors (0 means 32KiHz) */
8481
extern const u8 atmel_tc_divisors[5];
8582

0 commit comments

Comments
 (0)