Module Name: src
Committed By: thorpej
Date: Wed Jan 27 03:16:37 UTC 2021
Modified Files:
src/sys/arch/arm/samsung: exynos_platform.c
Log Message:
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/samsung/exynos_platform.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.