summaryrefslogtreecommitdiffstats
path: root/include/dm9000.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-16 18:27:41 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-18 07:57:51 +0800
commit23c7b4c4f08bc555aa7b8410b567d1fe3100c2e2 (patch)
tree29d2417c310cdfebab2ce31ac54e87af8ccac733 /include/dm9000.h
parent3230114800af52599b6edf61a7a0930ee4ec68ac (diff)
downloadbarebox-23c7b4c4f08bc555aa7b8410b567d1fe3100c2e2.tar.gz
barebox-23c7b4c4f08bc555aa7b8410b567d1fe3100c2e2.tar.xz
dm9200: use "struct resource" instead of platform_data
drop iobase and iodata in favor of resources Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/dm9000.h')
-rw-r--r--include/dm9000.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dm9000.h b/include/dm9000.h
index b4a04b1e63..0991ab534b 100644
--- a/include/dm9000.h
+++ b/include/dm9000.h
@@ -7,8 +7,6 @@
#define DM9000_WIDTH_32 3
struct dm9000_platform_data {
- unsigned long iobase;
- unsigned long iodata;
int buswidth;
int srom;
};