summaryrefslogtreecommitdiff
path: root/drivers/ata/pata_parport/epat.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_parport/epat.c')
-rw-r--r--drivers/ata/pata_parport/epat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_parport/epat.c b/drivers/ata/pata_parport/epat.c
index 0315f98326f8..b146999368ae 100644
--- a/drivers/ata/pata_parport/epat.c
+++ b/drivers/ata/pata_parport/epat.c
@@ -16,8 +16,7 @@
#include <linux/types.h>
#include <linux/wait.h>
#include <asm/io.h>
-
-#include <linux/pata_parport.h>
+#include "pata_parport.h"
#define j44(a,b) (((a>>4)&0x0f)+(b&0xf0))
#define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0))