diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-27 07:46:26 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-27 07:46:26 -0400 |
commit | 15a453a955f89f6545118770c669b52e925368bd (patch) | |
tree | 7058d47378efabc59a53cdd8f946f4dc13a0ae33 /drivers/ide/tx4938ide.c | |
parent | 443d18c80700da1f9a5a7cdf676f27ee4db6af6a (diff) |
ide: include <asm/ide.h> only when needed
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/tx4938ide.c')
-rw-r--r-- | drivers/ide/tx4938ide.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/tx4938ide.c b/drivers/ide/tx4938ide.c index d9095345f7ca..efade9e898b3 100644 --- a/drivers/ide/tx4938ide.c +++ b/drivers/ide/tx4938ide.c | |||
@@ -15,6 +15,8 @@ | |||
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/io.h> | 17 | #include <linux/io.h> |
18 | |||
19 | #include <asm/ide.h> | ||
18 | #include <asm/txx9/tx4938.h> | 20 | #include <asm/txx9/tx4938.h> |
19 | 21 | ||
20 | static void tx4938ide_tune_ebusc(unsigned int ebus_ch, | 22 | static void tx4938ide_tune_ebusc(unsigned int ebus_ch, |