Loading drivers/devfreq/devfreq_devbw.c +1 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,7 @@ static struct platform_driver devbw_driver = { .driver = { .name = "devbw", .of_match_table = devbw_match_table, .suppress_bind_attrs = true, }, }; Loading drivers/devfreq/devfreq_simple_dev.c +3 −1 Original line number Diff line number Diff line /* * Copyright (c) 2014-2015, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2014-2015, 2017-2018, The Linux Foundation. * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -212,6 +213,7 @@ static struct platform_driver devfreq_clock_driver = { .driver = { .name = "devfreq-simple-dev", .of_match_table = devfreq_simple_match_table, .suppress_bind_attrs = true, }, }; module_platform_driver(devfreq_clock_driver); Loading Loading
drivers/devfreq/devfreq_devbw.c +1 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,7 @@ static struct platform_driver devbw_driver = { .driver = { .name = "devbw", .of_match_table = devbw_match_table, .suppress_bind_attrs = true, }, }; Loading
drivers/devfreq/devfreq_simple_dev.c +3 −1 Original line number Diff line number Diff line /* * Copyright (c) 2014-2015, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2014-2015, 2017-2018, The Linux Foundation. * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -212,6 +213,7 @@ static struct platform_driver devfreq_clock_driver = { .driver = { .name = "devfreq-simple-dev", .of_match_table = devfreq_simple_match_table, .suppress_bind_attrs = true, }, }; module_platform_driver(devfreq_clock_driver); Loading