summaryrefslogtreecommitdiff
path: root/drivers/media/platform/exynos/fimc-is/exynos5-mipiphy.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/exynos/fimc-is/exynos5-mipiphy.h')
-rw-r--r--drivers/media/platform/exynos/fimc-is/exynos5-mipiphy.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/media/platform/exynos/fimc-is/exynos5-mipiphy.h b/drivers/media/platform/exynos/fimc-is/exynos5-mipiphy.h
deleted file mode 100644
index b56ea6fe553d..000000000000
--- a/drivers/media/platform/exynos/fimc-is/exynos5-mipiphy.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (C) 2013 Samsung Electronics Co., Ltd.
- *
- * EXYNOS5 - Helper functions for MIPI-CSIS control
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-
-#ifndef __PLAT_MIPI_PHY_H
-#define __PLAT_MIPI_PHY_H __FILE__
-
-static int exynos5_csis_phy_enable(int id, bool on) { return 0; };
-static int exynos5_dism_phy_enable(int id, bool on) { return 0 };
-
-#endif /* __PLAT_MIPI_PHY_H */