CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2012/08/22 07:37:04
Modified files: sys/arch/arm/xscale: pxa2x0_mmc.c Log message: use static inline instead of inline so this will be compatible with compilers defaulting to c99 inline instead of the old gnu style. ok guenther@ miod@ deraadt@