mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
powerpc: Cosmetic cleanup of cpuinfo_op
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
f5f563012a
commit
fbadeb6bb1
1 changed files with 4 additions and 4 deletions
|
@ -387,10 +387,10 @@ static void c_stop(struct seq_file *m, void *v)
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct seq_operations cpuinfo_op = {
|
const struct seq_operations cpuinfo_op = {
|
||||||
.start =c_start,
|
.start = c_start,
|
||||||
.next = c_next,
|
.next = c_next,
|
||||||
.stop = c_stop,
|
.stop = c_stop,
|
||||||
.show = show_cpuinfo,
|
.show = show_cpuinfo,
|
||||||
};
|
};
|
||||||
|
|
||||||
void __init check_for_initrd(void)
|
void __init check_for_initrd(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue