Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be7002e6 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar
Browse files

sched: Don't mix use of typedef ctl_table and struct ctl_table

parent 94c95ba6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4533,7 +4533,7 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd)
	return table;
}

static ctl_table *sd_alloc_ctl_cpu_table(int cpu)
static struct ctl_table *sd_alloc_ctl_cpu_table(int cpu)
{
	struct ctl_table *entry, *table;
	struct sched_domain *sd;