Searched hist:"02 ea13480f3ffea36a1f9e549b503402f0b299ca" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parport/ |
H A D | procfs.c | diff 02ea13480f3ffea36a1f9e549b503402f0b299ca Tue May 23 07:22:16 CDT 2023 Joel Granados <j.granados@samsung.com> parport: Remove register_sysctl_table from parport_default_proc_register
This is part of the general push to deprecate register_sysctl_paths and register_sysctl_table. Simply change the full path "dev/parport/default" to point to an already existing set of table entries (vars). We also remove the unused elements from parport_default_table.
To make sure the resulting directory structure did not change we made sure that `find /proc/sys/dev/ | sha1sum` was the same before and after the change.
Signed-off-by: Joel Granados <j.granados@samsung.com> Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
|