Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/i2c
Module Name: src
Committed By: thorpej
Date: Tue Sep 23 12:37:43 UTC 2025
Modified Files:
src/sys/dev/i2c: i2c_exec.c i2c_subr.c
Log Message:
Move iic_{acquire,release}_bus_lock() into i2c_exec.c from i2c_subr.c
to deal with MODULARization / attribute entanglements.
Fixes e.g. alpha INSTALL kernel build issue after recent i2c work.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/i2c/i2c_exec.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/i2c_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index