diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-24 18:22:54 -0400 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-24 18:22:54 -0400 |
| commit | d45b70ab9bbf1a46ae52972d532f9e267b8d39d9 (patch) | |
| tree | 217f89a5d022b45999b3900f4fa4aa075bf44681 | |
| parent | 662641d98b4396b48f513726d141c5f646c08259 (diff) | |
mn10300: remove <asm/ide.h>
* Remove superfluous <asm/intctl-regs.h> include.
* Remove no longer used SUPPORT_SLOW_DATA_PORTS define.
* Move defining SUPPORT_VLB_SYNC to <linux/ide.h>.
* Use __ide_mm_*() macros from <asm-generic/ide_iops.h>
(MN10300 uses only memory-mapped I/O).
* Remove <asm/ide.h>.
While at it:
* Remove superfluous SPARC64 #ifdef from <linux/ide.h>.
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
| -rw-r--r-- | include/asm-mn10300/ide.h | 39 | ||||
| -rw-r--r-- | include/linux/ide.h | 5 |
2 files changed, 2 insertions, 42 deletions
diff --git a/include/asm-mn10300/ide.h b/include/asm-mn10300/ide.h deleted file mode 100644 index 6adcdd92e83d..000000000000 --- a/include/asm-mn10300/ide.h +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | /* MN10300 Arch-specific IDE code | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | ||
| 4 | * Written by David Howells (dhowells@redhat.com) | ||
| 5 | * - Derived from include/asm-i386/ide.h | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or | ||
| 8 | * modify it under the terms of the GNU General Public Licence | ||
| 9 | * as published by the Free Software Foundation; either version | ||
| 10 | * 2 of the Licence, or (at your option) any later version. | ||
| 11 | */ | ||
| 12 | |||
| 13 | #ifndef _ASM_IDE_H | ||
| 14 | #define _ASM_IDE_H | ||
| 15 | |||
| 16 | #ifdef __KERNEL__ | ||
| 17 | |||
| 18 | #include <asm/intctl-regs.h> | ||
| 19 | |||
| 20 | #undef SUPPORT_SLOW_DATA_PORTS | ||
| 21 | #define SUPPORT_SLOW_DATA_PORTS 0 | ||
| 22 | |||
| 23 | #undef SUPPORT_VLB_SYNC | ||
| 24 | #define SUPPORT_VLB_SYNC 0 | ||
| 25 | |||
| 26 | /* | ||
| 27 | * some bits needed for parts of the IDE subsystem to compile | ||
| 28 | */ | ||
| 29 | #define __ide_mm_insw(port, addr, n) \ | ||
| 30 | insw((unsigned long) (port), (addr), (n)) | ||
| 31 | #define __ide_mm_insl(port, addr, n) \ | ||
| 32 | insl((unsigned long) (port), (addr), (n)) | ||
| 33 | #define __ide_mm_outsw(port, addr, n) \ | ||
| 34 | outsw((unsigned long) (port), (addr), (n)) | ||
| 35 | #define __ide_mm_outsl(port, addr, n) \ | ||
| 36 | outsl((unsigned long) (port), (addr), (n)) | ||
| 37 | |||
| 38 | #endif /* __KERNEL__ */ | ||
| 39 | #endif /* _ASM_IDE_H */ | ||
diff --git a/include/linux/ide.h b/include/linux/ide.h index 047b74621dd4..bbce9b2bdfc4 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | #include <asm/io.h> | 26 | #include <asm/io.h> |
| 27 | #include <asm/mutex.h> | 27 | #include <asm/mutex.h> |
| 28 | 28 | ||
| 29 | #if defined(CONFIG_CRIS) || defined(CONFIG_FRV) | 29 | #if defined(CONFIG_CRIS) || defined(CONFIG_FRV) || defined(CONFIG_MN10300) |
| 30 | # define SUPPORT_VLB_SYNC 0 | 30 | # define SUPPORT_VLB_SYNC 0 |
| 31 | #else | 31 | #else |
| 32 | # define SUPPORT_VLB_SYNC 1 | 32 | # define SUPPORT_VLB_SYNC 1 |
| @@ -194,8 +194,7 @@ static inline void ide_std_init_ports(hw_regs_t *hw, | |||
| 194 | } | 194 | } |
| 195 | 195 | ||
| 196 | #if defined(CONFIG_ARM) || defined(CONFIG_M68K) || defined(CONFIG_MIPS) || \ | 196 | #if defined(CONFIG_ARM) || defined(CONFIG_M68K) || defined(CONFIG_MIPS) || \ |
| 197 | defined(CONFIG_MN10300) || defined(CONFIG_PARISC) \ | 197 | defined(CONFIG_PARISC) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) |
| 198 | || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || defined(CONFIG_SPARC64) | ||
| 199 | #include <asm/ide.h> | 198 | #include <asm/ide.h> |
| 200 | #else | 199 | #else |
| 201 | #include <asm-generic/ide_iops.h> | 200 | #include <asm-generic/ide_iops.h> |
