diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/ide/tx4938ide.c | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/ide/tx4938ide.c')
-rw-r--r-- | drivers/ide/tx4938ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/tx4938ide.c b/drivers/ide/tx4938ide.c index 91d49dd957e..7002765b593 100644 --- a/drivers/ide/tx4938ide.c +++ b/drivers/ide/tx4938ide.c | |||
@@ -117,7 +117,7 @@ static const struct ide_port_ops tx4938ide_port_ops = { | |||
117 | .set_pio_mode = tx4938ide_set_pio_mode, | 117 | .set_pio_mode = tx4938ide_set_pio_mode, |
118 | }; | 118 | }; |
119 | 119 | ||
120 | static const struct ide_port_info tx4938ide_port_info __initconst = { | 120 | static const struct ide_port_info tx4938ide_port_info __initdata = { |
121 | .port_ops = &tx4938ide_port_ops, | 121 | .port_ops = &tx4938ide_port_ops, |
122 | #ifdef __BIG_ENDIAN | 122 | #ifdef __BIG_ENDIAN |
123 | .tp_ops = &tx4938ide_tp_ops, | 123 | .tp_ops = &tx4938ide_tp_ops, |