diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-17 20:00:48 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-17 20:00:48 -0400 |
| commit | 2f8dd8505e005df1711722664d12865cc8b3da4d (patch) | |
| tree | 95c84410232aedf9ceed5094b3530b9f660b1634 /drivers/ide/ide.c | |
| parent | 360afb033277688f145030c80fd2853dbfaebba5 (diff) | |
| parent | 120b9cfddff2e398fece07c5e127f3fdbb660441 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6:
ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config options
ide: don't allow DMA to be enabled if CONFIG_IDEDMA_{ICS,PCI}_AUTO=n
scc_pata: dependency fix
jmicron: make ide jmicron driver play nice with libata ones
ide: remove static prototypes from include/asm-mips/mach-au1x00/au1xxx_ide.h
ide: au1xxx: fix use of mixed declarations and code
cmd64x: fix recovery time calculation (take 3)
Diffstat (limited to 'drivers/ide/ide.c')
| -rw-r--r-- | drivers/ide/ide.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index dfbd74458522..695610f0e3e4 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
| @@ -177,11 +177,7 @@ DECLARE_MUTEX(ide_cfg_sem); | |||
| 177 | static int ide_scan_direction; /* THIS was formerly 2.2.x pci=reverse */ | 177 | static int ide_scan_direction; /* THIS was formerly 2.2.x pci=reverse */ |
| 178 | #endif | 178 | #endif |
| 179 | 179 | ||
| 180 | #ifdef CONFIG_IDEDMA_AUTO | ||
| 181 | int noautodma = 0; | 180 | int noautodma = 0; |
| 182 | #else | ||
| 183 | int noautodma = 1; | ||
| 184 | #endif | ||
| 185 | 181 | ||
| 186 | EXPORT_SYMBOL(noautodma); | 182 | EXPORT_SYMBOL(noautodma); |
| 187 | 183 | ||
