summaryrefslogtreecommitdiffstats
path: root/include/dm9000.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-23 17:29:21 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-29 14:04:24 +0800
commit3465da7aa8821252f95aec5e8bb7e6a8f4f4a4f0 (patch)
treef5e9ddac5fece0dda200ccdc6b1341da08007753 /include/dm9000.h
parentaaefaddde3d2673af281418f789ddc0b519bc7e5 (diff)
downloadbarebox-3465da7aa8821252f95aec5e8bb7e6a8f4f4a4f0.tar.gz
barebox-3465da7aa8821252f95aec5e8bb7e6a8f4f4a4f0.tar.xz
dm9000: replace DM9000_WIDTH_8/16/32 by IORESOURCE_MEM_8/16/32BIT
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/dm9000.h')
-rw-r--r--include/dm9000.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dm9000.h b/include/dm9000.h
index 0991ab534b..c4618f1be7 100644
--- a/include/dm9000.h
+++ b/include/dm9000.h
@@ -2,10 +2,6 @@
#ifndef __DM9000_H__
#define __DM9000_H__
-#define DM9000_WIDTH_8 1
-#define DM9000_WIDTH_16 2
-#define DM9000_WIDTH_32 3
-
struct dm9000_platform_data {
int buswidth;
int srom;