CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2013/12/08 18:02:06
Modified files: sys/dev/usb : uhci.c ohci.c Log message: Mark a few functions with __unused. ohci.c:193:1: error: unused function 'OREAD1' [-Werror,-Wunused-function] ohci.c:200:1: error: unused function 'OREAD2' [-Werror,-Wunused-function] uhci.c:256:1: error: unused function 'UREAD4' [-Werror,-Wunused-function] ok deraadt@