summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-02-26 12:07:12 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-27 09:20:28 +0100
commitfcb5c1f4c62595983060c2a33310a4095872e391 (patch)
tree722b1b1963f5b91c9922190b02d5b038f4454b7a /include/driver.h
parent2d2d9718fae94a95008edbef30728cb3acb6d14b (diff)
downloadbarebox-fcb5c1f4c62595983060c2a33310a4095872e391.tar.gz
barebox-fcb5c1f4c62595983060c2a33310a4095872e391.tar.xz
drivers: Drop dummy_probe()
Drop dummy_probe() due to lack of users in the tree. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/driver.h b/include/driver.h
index aa63a35158..3479e18194 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -353,9 +353,6 @@ struct cdev;
ssize_t mem_read(struct cdev *cdev, void *buf, size_t count, loff_t offset, ulong flags);
ssize_t mem_write(struct cdev *cdev, const void *buf, size_t count, loff_t offset, ulong flags);
-/* Use this if you have nothing to do in your drivers probe function */
-int dummy_probe(struct device_d *);
-
int generic_memmap_ro(struct cdev *dev, void **map, int flags);
int generic_memmap_rw(struct cdev *dev, void **map, int flags);