diff options
author | Magnus Damm <damm@opensource.se> | 2014-02-17 08:35:08 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-14 04:28:23 +0200 |
commit | 505891ec2558771cd84fe00fc1646275b4c069ed (patch) | |
tree | 42dc87491fb6c37a0928c1ef2c83093934a9170f /arch/arm/mach-shmobile/include | |
parent | ARM: shmobile: Remove legacy EMEV2 SoC support (diff) | |
download | linux-505891ec2558771cd84fe00fc1646275b4c069ed.tar.xz linux-505891ec2558771cd84fe00fc1646275b4c069ed.zip |
ARM: shmobile: Remove EMEV2 header file
There is no C board code left for the EMEV2 SoC, so
get rid of the emev2.h include file to save some lines.
While at it make functions static.
Signed-off-by: Magnus Damm <damm@opensource.se>
[horms+renesas@verge.net.au: Resolved conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/emev2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/emev2.h b/arch/arm/mach-shmobile/include/mach/emev2.h deleted file mode 100644 index d64e188a9755..000000000000 --- a/arch/arm/mach-shmobile/include/mach/emev2.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __ASM_EMEV2_H__ -#define __ASM_EMEV2_H__ - -extern void emev2_map_io(void); -extern void emev2_init_delay(void); -extern struct smp_operations emev2_smp_ops; - -#endif /* __ASM_EMEV2_H__ */ |