From be841794c557bbddea42164dbd3bb54b7506e7c5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 8 Dec 2013 23:11:35 +0900 Subject: Fix implicit declaration of function Thanks Marin Ramesa for the report. * device/ds_routines.h (device_deallocate): Move declaration to... * include/device/device_types.h (device_deallocate): ... here. --- device/ds_routines.h | 1 - 1 file changed, 1 deletion(-) (limited to 'device') diff --git a/device/ds_routines.h b/device/ds_routines.h index fad89ac..497b6ac 100644 --- a/device/ds_routines.h +++ b/device/ds_routines.h @@ -49,7 +49,6 @@ kern_return_t device_read_alloc(io_req_t, vm_size_t); kern_return_t device_write_get(io_req_t, boolean_t *); boolean_t device_write_dealloc(io_req_t); void device_reference(device_t); -void device_deallocate(device_t); boolean_t ds_notify(mach_msg_header_t *msg); boolean_t ds_open_done(io_req_t); -- cgit v1.2.3