Commit 3aef8c4e authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Russell King

[ARM PATCH] 1949/1: warning fix

Patch from Nicolas Pitre

Missing prototype.
parent 209852a9
...@@ -13,6 +13,8 @@ extern void __init pxa_map_io(void); ...@@ -13,6 +13,8 @@ extern void __init pxa_map_io(void);
extern void __init pxa_init_irq(void); extern void __init pxa_init_irq(void);
extern void __init pxa_init_time(void); extern void __init pxa_init_time(void);
extern unsigned int get_clk_frequency_khz(int info);
#define SET_BANK(__nr,__start,__size) \ #define SET_BANK(__nr,__start,__size) \
mi->bank[__nr].start = (__start), \ mi->bank[__nr].start = (__start), \
mi->bank[__nr].size = (__size), \ mi->bank[__nr].size = (__size), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment