|
@@ -50,16 +50,6 @@ enum omapdss_version omapdss_get_version(void)
|
|
|
}
|
|
|
EXPORT_SYMBOL(omapdss_get_version);
|
|
|
|
|
|
-int dss_set_min_bus_tput(struct device *dev, unsigned long tput)
|
|
|
-{
|
|
|
- struct omap_dss_board_info *pdata = core.pdev->dev.platform_data;
|
|
|
-
|
|
|
- if (pdata->set_min_bus_tput)
|
|
|
- return pdata->set_min_bus_tput(dev, tput);
|
|
|
- else
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
#if defined(CONFIG_OMAP2_DSS_DEBUGFS)
|
|
|
static int dss_debug_show(struct seq_file *s, void *unused)
|
|
|
{
|