summaryrefslogtreecommitdiffstats
path: root/drivers/base
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 /drivers/base
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 'drivers/base')
-rw-r--r--drivers/base/driver.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index 1fd6bbc014..eec2a2d8a2 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -439,12 +439,6 @@ int generic_memmap_ro(struct cdev *cdev, void **map, int flags)
return generic_memmap_rw(cdev, map, flags);
}
-int dummy_probe(struct device_d *dev)
-{
- return 0;
-}
-EXPORT_SYMBOL(dummy_probe);
-
/**
* dev_set_name - set a device name
* @dev: device