diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/swap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 45a65b97460f..824a928d5c37 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -64,7 +64,6 @@ typedef struct { enum { SWP_USED = (1 << 0), /* is slot in swap_info[] used? */ SWP_WRITEOK = (1 << 1), /* ok to write to this swap? */ - SWP_BLOCKDEV = (1 << 2), /* is this swap a block device? */ SWP_ACTIVE = (SWP_USED | SWP_WRITEOK), }; |
