Skip to content

Commit

Permalink
ARM: davinci: remove unused davinci_init_ide() declaration
Browse files Browse the repository at this point in the history
The davinci_init_ide() has been removed since
commit 2af4fcc ("ARM: davinci: remove unused board support"),
so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20240813071640.1047137-3-cuigaosheng1@huawei.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
  • Loading branch information
gscui authored and Bartosz Golaszewski committed Aug 13, 2024
1 parent 8ac942a commit 8205d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-davinci/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ struct davinci_soc_info {
extern struct davinci_soc_info davinci_soc_info;

extern void davinci_common_init(const struct davinci_soc_info *soc_info);
extern void davinci_init_ide(void);
void davinci_init_late(void);

#ifdef CONFIG_SUSPEND
Expand Down

0 comments on commit 8205d5c

Please sign in to comment.