forked from Minki/linux
59032702ea
Now when KZM9D legacy C board support code is gone then remove emev2_add_standard_devices() and all the platform devices from setup-emev2.c. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
10 lines
227 B
C
10 lines
227 B
C
#ifndef __ASM_EMEV2_H__
|
|
#define __ASM_EMEV2_H__
|
|
|
|
extern void emev2_map_io(void);
|
|
extern void emev2_init_delay(void);
|
|
extern void emev2_clock_init(void);
|
|
extern struct smp_operations emev2_smp_ops;
|
|
|
|
#endif /* __ASM_EMEV2_H__ */
|