Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / clk / samsung / clk-s3c2410-dclk.c
index ec6fb14d951c728044e477265639fe18881da413..ae9a595c72d0e3489036b93aba3acae2c934a9e9 100644 (file)
@@ -428,8 +428,9 @@ MODULE_DEVICE_TABLE(platform, s3c24xx_dclk_driver_ids);
 
 static struct platform_driver s3c24xx_dclk_driver = {
        .driver = {
-               .name           = "s3c24xx-dclk",
-               .pm             = &s3c24xx_dclk_pm_ops,
+               .name                   = "s3c24xx-dclk",
+               .pm                     = &s3c24xx_dclk_pm_ops,
+               .suppress_bind_attrs    = true,
        },
        .probe = s3c24xx_dclk_probe,
        .remove = s3c24xx_dclk_remove,
This page took 0.025445 seconds and 5 git commands to generate.