summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-05-13 16:26:23 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-13 21:58:19 +0200
commit714c20c568f14f74fbdf6cf66c8e2d303eca64c1 (patch)
tree04c03406b8dfcb5de197f3083de48cd29646a88b /include
parent0c5554919cb95d7e8c523882f2ede19977f1998c (diff)
downloadbarebox-714c20c568f14f74fbdf6cf66c8e2d303eca64c1.tar.gz
barebox-714c20c568f14f74fbdf6cf66c8e2d303eca64c1.tar.xz
Removed duplicate definition for DEVFS_PARTITION_xxx
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/partition.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/partition.h b/include/partition.h
index 4eac8de86b..0827bb40c6 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -3,9 +3,6 @@
struct device_d;
-#define PARTITION_FIXED (1 << 0)
-#define PARTITION_READONLY (1 << 1)
-
struct partition {
int num;