summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/tegra/dc/nvdisp/nvdisp_stub.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c b/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c
index b8875bea9..354d1f8aa 100644
--- a/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c
+++ b/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c
@@ -127,18 +127,12 @@ int nvdisp_register_backlight_notifier(struct tegra_dc *dc)
127} 127}
128 128
129/* Update this after carve out is defined */ 129/* Update this after carve out is defined */
130void tegra_get_fb_resource(struct resource *fb_res) 130void tegra_get_fb_resource(struct resource *fb_res, int instance)
131{ 131{
132 fb_res->start = 0; 132 fb_res->start = 0;
133 fb_res->end = 0; 133 fb_res->end = 0;
134} 134}
135 135
136void tegra_get_fb2_resource(struct resource *fb2_res)
137{
138 fb2_res->start = 0;
139 fb2_res->end = 0;
140}
141
142static int disp_fb_linear_set(void) 136static int disp_fb_linear_set(void)
143{ 137{
144 tegra_fb_linear_set(NULL); 138 tegra_fb_linear_set(NULL);