aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/tx4939ide.c
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/ide/tx4939ide.c
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'drivers/ide/tx4939ide.c')
-rw-r--r--drivers/ide/tx4939ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/tx4939ide.c b/drivers/ide/tx4939ide.c
index c0ab800b7bb..71c23195497 100644
--- a/drivers/ide/tx4939ide.c
+++ b/drivers/ide/tx4939ide.c
@@ -522,7 +522,7 @@ static const struct ide_dma_ops tx4939ide_dma_ops = {
522 .dma_sff_read_status = tx4939ide_dma_sff_read_status, 522 .dma_sff_read_status = tx4939ide_dma_sff_read_status,
523}; 523};
524 524
525static const struct ide_port_info tx4939ide_port_info __initconst = { 525static const struct ide_port_info tx4939ide_port_info __initdata = {
526 .init_hwif = tx4939ide_init_hwif, 526 .init_hwif = tx4939ide_init_hwif,
527 .init_dma = tx4939ide_init_dma, 527 .init_dma = tx4939ide_init_dma,
528 .port_ops = &tx4939ide_port_ops, 528 .port_ops = &tx4939ide_port_ops,