diff options
author | Anton Arapov <anton@redhat.com> | 2012-05-09 08:48:00 +0200 |
---|---|---|
committer | Anton Arapov <anton@redhat.com> | 2012-05-09 08:48:00 +0200 |
commit | c0e33d8195b424eb29432998c565d09398933d32 (patch) | |
tree | 0bca45b5a68691709a11fea3ad78fd6a6cb98c02 /include/linux/libata.h | |
parent | b4b6116a13633898cf868f2f103c96a90c4c20f8 (diff) | |
download | kernel-uprobes-c0e33d8195b424eb29432998c565d09398933d32.tar.gz kernel-uprobes-c0e33d8195b424eb29432998c565d09398933d32.tar.xz kernel-uprobes-c0e33d8195b424eb29432998c565d09398933d32.zip |
fedora kernel: 5963c7872d2bee76ac20ba1ccd2ffbbfe9eb5f8bv3.3.5-2
Signed-off-by: Anton Arapov <anton@redhat.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index f46961dafe8..cafc09a64fe 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -187,8 +187,6 @@ enum { ATA_FLAG_SLAVE_POSS = (1 << 0), /* host supports slave dev */ /* (doesn't imply presence) */ ATA_FLAG_SATA = (1 << 1), - ATA_FLAG_EXTERNAL = (1 << 2), /* Controller supports external SATA */ - ATA_FLAG_PLUGGABLE = (1 << 3), /* Port is hotpluggable */ ATA_FLAG_NO_ATAPI = (1 << 6), /* No ATAPI support */ ATA_FLAG_PIO_DMA = (1 << 7), /* PIO cmds via DMA */ ATA_FLAG_PIO_LBA48 = (1 << 8), /* Host DMA engine is LBA28 only */ |