Skip to content

Commit

Permalink
remove <linux/ata.h> include from <linux/hdreg.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Apr 1, 2009
1 parent 4fe6e30 commit eae6c2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/hdreg.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#ifndef _LINUX_HDREG_H
#define _LINUX_HDREG_H

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

#include <linux/types.h>

/*
Expand Down

0 comments on commit eae6c2b

Please sign in to comment.