bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] device/device_types_kernel.h: remove redeclaration of dev_po


From: Marin Ramesa
Subject: [PATCH 1/3] device/device_types_kernel.h: remove redeclaration of dev_port_lookup()
Date: Sun, 1 Dec 2013 15:41:16 +0100

* device/device_types_kernel.h (dev_port_lookup): Remove prototype.

---
 device/device_types_kernel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/device/device_types_kernel.h b/device/device_types_kernel.h
index 87ce00f..e17055c 100644
--- a/device/device_types_kernel.h
+++ b/device/device_types_kernel.h
@@ -38,7 +38,6 @@
 #include <mach/port.h>
 #include <device/dev_hdr.h>
 
-extern device_t        dev_port_lookup(ipc_port_t);
 extern ipc_port_t convert_device_to_port(device_t);
 
 #endif /* _DEVICE_DEVICE_TYPES_KERNEL_H_ */
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]