From 714c20c568f14f74fbdf6cf66c8e2d303eca64c1 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sun, 13 May 2012 16:26:23 +0400 Subject: Removed duplicate definition for DEVFS_PARTITION_xxx Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- include/partition.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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; -- cgit v1.2.3