summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2023-07-25 22:11:05 +0800
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>2023-07-29 16:56:09 +0300
commit96a49448c4777940b16eecdfc61f935fa380d864 (patch)
tree4e364fe0fe7e1573634a21ba6db47349472043e6 /include/soc
parentd4b564a524612ee8766a51128eca17e43b40d16e (diff)
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>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/at91/atmel_tcb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/soc/at91/atmel_tcb.h b/include/soc/at91/atmel_tcb.h
index 1d7071dc0bca..26b56a07bd1f 100644
--- a/include/soc/at91/atmel_tcb.h
+++ b/include/soc/at91/atmel_tcb.h
@@ -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];