Release 4.14 arch/sh/include/asm/checksum.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_SUPERH32
# include <asm/checksum_32.h>
#else
# include <asm-generic/checksum.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 6 | 42.86% | 2 | 28.57% |
Linus Torvalds (pre-git) | 6 | 42.86% | 3 | 42.86% |
Greg Kroah-Hartman | 1 | 7.14% | 1 | 14.29% |
David Howells | 1 | 7.14% | 1 | 14.29% |
Total | 14 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.