summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-13 16:24:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-13 16:24:44 +0100
commit2c9ebcb856b4e4ae4e7b0201e23c34b50b680957 (patch)
tree0ed6c539bdf39e6b33863e3a3380c59573f2a5d8 /include
parentdfb2f226704c609eea54931f95a33dc15ac5f151 (diff)
parent1a9e93cc81dbae55743c0dafae4bd6ac8241e8a3 (diff)
downloadbarebox-2c9ebcb856b4e4ae4e7b0201e23c34b50b680957.tar.gz
barebox-2c9ebcb856b4e4ae4e7b0201e23c34b50b680957.tar.xz
Merge branch 'pu/devchild'
Diffstat (limited to 'include')
-rw-r--r--include/driver.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/driver.h b/include/driver.h
index 98df4a12e7..7ad0374f81 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -158,11 +158,6 @@ int device_probe(struct device_d *dev);
*/
int unregister_device(struct device_d *);
-/* Organize devices in a tree. These functions do _not_ register or
- * unregister a device. Only registered devices are allowed here.
- */
-int dev_add_child(struct device_d *dev, struct device_d *child);
-
/* Iterate over a devices children
*/
#define device_for_each_child(dev, child) \