Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eae6c2b6 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

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: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 4fe6e306
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
#ifndef _LINUX_HDREG_H
#define _LINUX_HDREG_H

#ifdef __KERNEL__
#include <linux/ata.h>
#endif /* __KERNEL__ */

#include <linux/types.h>

/*