summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/driver.h b/include/driver.h
index 1b61f20660..63facbfbe5 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -188,10 +188,6 @@ struct resource *dev_get_resource(struct device_d *dev, unsigned long type,
struct resource *dev_get_resource_by_name(struct device_d *dev,
unsigned long type,
const char *name);
-/*
- * get register base 'name' for a device
- */
-void *dev_get_mem_region_by_name(struct device_d *dev, const char *name);
/*
* exlusively request register base 'name' for a device