projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259c063
)
ide: unexport noautodma
author
Adrian Bunk
<bunk@kernel.org>
Tue, 16 Oct 2007 20:29:55 +0000
(22:29 +0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 16 Oct 2007 20:29:55 +0000
(22:29 +0200)
noautodma can now be unexported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ide/ide.c
b/drivers/ide/ide.c
index 4834cca5cb31941ab5889740d86610af1e17f044..837822ab6cb108be46992ad1b3f3f27b8da27c9e 100644
(file)
--- a/
drivers/ide/ide.c
+++ b/
drivers/ide/ide.c
@@
-100,8
+100,6
@@
static int ide_scan_direction; /* THIS was formerly 2.2.x pci=reverse */
int noautodma = 0;
-EXPORT_SYMBOL(noautodma);
-
#ifdef CONFIG_BLK_DEV_IDEACPI
int ide_noacpi = 0;
int ide_noacpitfs = 1;