Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-4
-4
include/linux/hdreg.h
··· 1 1 #ifndef _LINUX_HDREG_H 2 2 #define _LINUX_HDREG_H 3 3 4 - #ifdef __KERNEL__ 5 - #include <linux/ata.h> 6 - #endif /* __KERNEL__ */ 7 - 8 4 #include <linux/types.h> 9 5 10 6 /*