提交 d641cf26 编写于 作者: M Marek Szyprowski 提交者: Mauro Carvalho Chehab

[media] exynos-gsc: Remove unused lclk_freqency entry

Remove dead, unused code.
Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
Tested-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 8098f9ca
...@@ -977,7 +977,6 @@ static struct gsc_driverdata gsc_v_100_drvdata = { ...@@ -977,7 +977,6 @@ static struct gsc_driverdata gsc_v_100_drvdata = {
[3] = &gsc_v_100_variant, [3] = &gsc_v_100_variant,
}, },
.num_entities = 4, .num_entities = 4,
.lclk_frequency = 266000000UL,
}; };
static const struct of_device_id exynos_gsc_match[] = { static const struct of_device_id exynos_gsc_match[] = {
......
...@@ -303,12 +303,10 @@ struct gsc_variant { ...@@ -303,12 +303,10 @@ struct gsc_variant {
* struct gsc_driverdata - per device type driver data for init time. * struct gsc_driverdata - per device type driver data for init time.
* *
* @variant: the variant information for this driver. * @variant: the variant information for this driver.
* @lclk_frequency: G-Scaler clock frequency
* @num_entities: the number of g-scalers * @num_entities: the number of g-scalers
*/ */
struct gsc_driverdata { struct gsc_driverdata {
struct gsc_variant *variant[GSC_MAX_DEVS]; struct gsc_variant *variant[GSC_MAX_DEVS];
unsigned long lclk_frequency;
int num_entities; int num_entities;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册