From bfa7d0822b2811d667fba1b326fd54a083fd5a95 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 7 Jan 2014 18:20:17 -0800 Subject: SWAP_FLAG_* constants are now in . Bug: 9336527 Change-Id: I77e2b05cefbfb4eebda39b4079107833f4160563 --- fs_mgr/fs_mgr.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'fs_mgr') diff --git a/fs_mgr/fs_mgr.c b/fs_mgr/fs_mgr.c index 13b71ee7b..6d9d20c55 100644 --- a/fs_mgr/fs_mgr.c +++ b/fs_mgr/fs_mgr.c @@ -28,11 +28,6 @@ #include #include #include -/* XXX These need to be obtained from kernel headers. See b/9336527 */ -#define SWAP_FLAG_PREFER 0x8000 -#define SWAP_FLAG_PRIO_MASK 0x7fff -#define SWAP_FLAG_PRIO_SHIFT 0 -#define SWAP_FLAG_DISCARD 0x10000 #include #include -- cgit v1.2.3