summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-29 15:22:06 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-08-01 16:33:44 +0800
commitad7590ee64b9c90d372d9294d4d1b1b9a2960e51 (patch)
treee9130bceac8706d199f95e2cef1d6a52bef4d35b /include
parentc71a77ab878c3d9d14e91ea4fa5bd4ff8fe1c421 (diff)
downloadbarebox-ad7590ee64b9c90d372d9294d4d1b1b9a2960e51.tar.gz
barebox-ad7590ee64b9c90d372d9294d4d1b1b9a2960e51.tar.xz
driver: remove map_base
as now all the drivers and board have been switch to resource whe can drop map_base and size from device_d Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r--include/driver.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/driver.h b/include/driver.h
index b6985776ad..e9ac7279f4 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -71,12 +71,6 @@ struct device_d {
* something like eth0 or nor0. */
int id;
- resource_size_t size;
-
- /*! For devices which are directly mapped into memory, i.e. NOR
- * Flash or SDRAM. */
- resource_size_t map_base;
-
struct resource *resource;
int num_resources;