mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
parport: Removed sysctl related defines
The partport driver used to rely on defines to include different directories in sysctl. Now that we have made the transition to register_sysctl from regsiter_sysctl_table, they are no longer needed. Signed-off-by: Joel Granados <j.granados@samsung.com> Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
This commit is contained in:
committed by
Luis Chamberlain
parent
02ea13480f
commit
9ad0a4e7c2
@@ -243,13 +243,6 @@ do { \
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define PARPORT_PORT_DIR(CHILD) { .procname = NULL, .mode = 0555, .child = CHILD }
|
|
||||||
#define PARPORT_PARPORT_DIR(CHILD) { .procname = "parport", \
|
|
||||||
.mode = 0555, .child = CHILD }
|
|
||||||
#define PARPORT_DEV_DIR(CHILD) { .procname = "dev", .mode = 0555, .child = CHILD }
|
|
||||||
#define PARPORT_DEVICES_ROOT_DIR { .procname = "devices", \
|
|
||||||
.mode = 0555, .child = NULL }
|
|
||||||
|
|
||||||
static const unsigned long parport_min_timeslice_value =
|
static const unsigned long parport_min_timeslice_value =
|
||||||
PARPORT_MIN_TIMESLICE_VALUE;
|
PARPORT_MIN_TIMESLICE_VALUE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user