linux-stable/drivers/parport
Joel Granados 0829381e48 parport: Remove the now superfluous sentinel element from ctl_table array
This commit comes at the tail end of a greater effort to remove the
empty elements at the end of the ctl_table arrays (sentinels) which
will reduce the overall build time size of the kernel and run time
memory bloat by ~64 bytes per sentinel (further information Link :
https://lore.kernel.org/all/ZO5Yx5JFogGi%2FcBo@bombadil.infradead.org/)

Remove the unneeded ctl_tables that were used to register intermediate
parport directories; only the path is needed at this point. From
parport_device_sysctl_table we removed: devices_root_dir, port_dir,
parport_dir and dev_dir. From parport_default_sysctl_table we removed:
default_dir, parport_dir and dev_dir. Reduce the size by one of the
ctl_table arrays that were not removed

Assign different sizes to the vars array in parport_sysctl_table
depending on CONFIG_PARPORT_1284; this is necessary now that the sysctl
register function uses ARRAY_SIZE to calculate the elements within.
Remove the sentinel element from parport_sysctl_template,
parport_device_sysctl_table and parport_default_sysctl_table.

Signed-off-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2023-10-11 12:16:13 -07:00
..
BUGS-parport
daisy.c
ieee1284.c
ieee1284_ops.c
Kconfig parport: PC style parport depends on HAS_IOPORT 2023-05-31 19:17:40 +01:00
Makefile parport: remove ax88796 driver 2023-01-16 09:26:06 +01:00
multiface.h
parport_amiga.c
parport_atari.c
parport_cs.c
parport_gsc.c parport: gsc: remove DMA leftover code 2023-08-03 14:40:37 +02:00
parport_gsc.h parport: gsc: remove DMA leftover code 2023-08-03 14:40:37 +02:00
parport_ip32.c
parport_mfc3.c
parport_pc.c parport_pc: add support for ASIX AX99100 2023-07-30 13:54:56 +02:00
parport_serial.c
parport_sunbpp.c parport: Explicitly include correct DT includes 2023-08-28 13:36:24 -05:00
probe.c
procfs.c parport: Remove the now superfluous sentinel element from ctl_table array 2023-10-11 12:16:13 -07:00
share.c parport: Move magic number "15" to a define 2023-05-23 21:43:25 -07:00
TODO-parport