summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-17 18:51:57 +0200
committerTony Lindgren <tony@atomide.com>2012-10-17 18:51:57 +0200
commit1d81aea146c1236c8d6b90574eb3b7d59e02cdbf (patch)
tree35a7b875c4b833aa271f6599d211e7e9e6dccadd /arch/arm/mach-omap2
parentOMAPDSS: remove <plat/cpu.h> includes (diff)
parentOMAPFB: use omap_vrfb_supported() (diff)
downloadlinux-1d81aea146c1236c8d6b90574eb3b7d59e02cdbf.tar.xz
linux-1d81aea146c1236c8d6b90574eb3b7d59e02cdbf.zip
Merge remote-tracking branch 'tomi/3.8/vrfb-conversion' into omap-for-v3.8/cleanup-headers-dss
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/sdrc.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-omap2/sdrc.c b/arch/arm/mach-omap2/sdrc.c
index e3d345f46409..4282e6e967d6 100644
--- a/arch/arm/mach-omap2/sdrc.c
+++ b/arch/arm/mach-omap2/sdrc.c
@@ -160,19 +160,3 @@ void __init omap2_sdrc_init(struct omap_sdrc_params *sdrc_cs0,
sdrc_write_reg(l, SDRC_POWER);
omap2_sms_save_context();
}
-
-void omap2_sms_write_rot_control(u32 val, unsigned ctx)
-{
- sms_write_reg(val, SMS_ROT_CONTROL(ctx));
-}
-
-void omap2_sms_write_rot_size(u32 val, unsigned ctx)
-{
- sms_write_reg(val, SMS_ROT_SIZE(ctx));
-}
-
-void omap2_sms_write_rot_physical_ba(u32 val, unsigned ctx)
-{
- sms_write_reg(val, SMS_ROT_PHYSICAL_BA(ctx));
-}
-