Release 4.15 arch/m68k/kernel/setup.c
// SPDX-License-Identifier: GPL-2.0
#ifdef CONFIG_MMU
#include "setup_mm.c"
#else
#include "setup_no.c"
#endif
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
void (*mach_beep)(unsigned int, unsigned int);
EXPORT_SYMBOL(mach_beep);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexandre Belloni | 26 | 65.00% | 1 | 14.29% |
Greg Ungerer | 5 | 12.50% | 1 | 14.29% |
Petr Stehlik | 2 | 5.00% | 1 | 14.29% |
Linus Torvalds (pre-git) | 2 | 5.00% | 1 | 14.29% |
Alexey Dobriyan | 2 | 5.00% | 1 | 14.29% |
Linus Torvalds | 2 | 5.00% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 2.50% | 1 | 14.29% |
Total | 40 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.