From 50c8bf2b7a238de71cf5b59ef559cc5bd64daa90 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 20 Nov 2007 13:47:45 +0000 Subject: [PATCH] - Fix build. svn path=/trunk/; revision=30594 --- reactos/drivers/usb/nt4compat/usbdriver/ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/usb/nt4compat/usbdriver/ehci.c b/reactos/drivers/usb/nt4compat/usbdriver/ehci.c index 9ad6b668eec..83d32f49706 100644 --- a/reactos/drivers/usb/nt4compat/usbdriver/ehci.c +++ b/reactos/drivers/usb/nt4compat/usbdriver/ehci.c @@ -3417,7 +3417,7 @@ ehci_hcd_dispatch(PHCD hcd, LONG disp_code, PVOID param) // VOID ehci_init_int8_qh(PEHCI_QH_CONTENT qh); -static BOOLEAN NTAPI +BOOLEAN NTAPI ehci_cal_cpu_freq(PVOID context) { usb_cal_cpu_freq();