summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-01 15:41:16 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-08 23:08:22 +0900
commit6fbdbc6d7fe591592d32328a0066d3908143d6d4 (patch)
tree99f131d5f6bc80756674de25bc781501ab6e1697 /device
parent3ff76bcbb9853054a91f6292da85d3dad47382fe (diff)
device/device_types_kernel.h: remove redeclaration of dev_port_lookup()
* device/device_types_kernel.h (dev_port_lookup): Remove prototype.
Diffstat (limited to 'device')
-rw-r--r--device/device_types_kernel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/device_types_kernel.h b/device/device_types_kernel.h
index 87ce00f5..e17055c1 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_ */