summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/host1x_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/host1x_client.h')
-rw-r--r--drivers/gpu/host1x/host1x_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/host1x_client.h b/drivers/gpu/host1x/host1x_client.h
index 9b85f10f4a44..6a0bd0268042 100644
--- a/drivers/gpu/host1x/host1x_client.h
+++ b/drivers/gpu/host1x/host1x_client.h
@@ -21,9 +21,9 @@ struct device;
struct platform_device;
#ifdef CONFIG_DRM_TEGRA
-int host1x_drm_alloc(struct platform_device *pdev);
+int tegra_drm_alloc(struct platform_device *pdev);
#else
-static inline int host1x_drm_alloc(struct platform_device *pdev)
+static inline int tegra_drm_alloc(struct platform_device *pdev)
{
return 0;
}