Release 4.18 arch/m68k/include/asm/io.h
/* SPDX-License-Identifier: GPL-2.0 */
#if defined(__uClinux__) || defined(CONFIG_COLDFIRE)
#include <asm/io_no.h>
#else
#include <asm/io_mm.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Greg Ungerer | 10 | 45.45% | 1 | 25.00% |
Sam Ravnborg | 9 | 40.91% | 1 | 25.00% |
David Howells | 2 | 9.09% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.55% | 1 | 25.00% |
Total | 22 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.