diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-04-01 21:42:26 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-04-01 21:42:26 +0200 |
commit | eae6c2b6414fc6673ac5415442fe463c01005366 (patch) | |
tree | b0c4feb65a31a33ae0cc1e1241406456f58d6b05 /include/linux/hdreg.h | |
parent | 4fe6e30645de0b7a179892d83049580bf72bcff2 (diff) | |
download | op-kernel-dev-eae6c2b6414fc6673ac5415442fe463c01005366.zip op-kernel-dev-eae6c2b6414fc6673ac5415442fe463c01005366.tar.gz |
remove <linux/ata.h> include from <linux/hdreg.h>
All <linux/hdreg.h> users that need <linux/ata.h> have been fixed
to include it directly.
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/hdreg.h')
-rw-r--r-- | include/linux/hdreg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/hdreg.h b/include/linux/hdreg.h index 3bc8f9f..29ee287 100644 --- a/include/linux/hdreg.h +++ b/include/linux/hdreg.h @@ -1,10 +1,6 @@ #ifndef _LINUX_HDREG_H #define _LINUX_HDREG_H -#ifdef __KERNEL__ -#include <linux/ata.h> -#endif /* __KERNEL__ */ - #include <linux/types.h> /* |