mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
70def3e536
After 1. commit9f5ce39ddb
("ARM: shmobile: rcar-gen2: Obtain extal frequency from DT"), 2. commit80951f04c3
("ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driver"), 3. and handling of debug resource reset, there are no more users of rcar_gen2_read_mode_pins() left. Remove the function and its support definitions. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
9 lines
184 B
C
9 lines
184 B
C
#ifndef __ASM_RCAR_GEN2_H__
|
|
#define __ASM_RCAR_GEN2_H__
|
|
|
|
void rcar_gen2_timer_init(void);
|
|
void rcar_gen2_reserve(void);
|
|
void rcar_gen2_pm_init(void);
|
|
|
|
#endif /* __ASM_RCAR_GEN2_H__ */
|