|
@@ -628,7 +628,7 @@ static struct s3c_camif_drvdata s3c6410_camif_drvdata = {
|
|
|
.bus_clk_freq = 133000000UL,
|
|
.bus_clk_freq = 133000000UL,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-static struct platform_device_id s3c_camif_driver_ids[] = {
|
|
|
|
|
|
|
+static const struct platform_device_id s3c_camif_driver_ids[] = {
|
|
|
{
|
|
{
|
|
|
.name = "s3c2440-camif",
|
|
.name = "s3c2440-camif",
|
|
|
.driver_data = (unsigned long)&s3c244x_camif_drvdata,
|
|
.driver_data = (unsigned long)&s3c244x_camif_drvdata,
|