aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/dtc2278.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/dtc2278.c')
-rw-r--r--drivers/ide/dtc2278.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/dtc2278.c b/drivers/ide/dtc2278.c
index 46af4743b3e..8722df329cb 100644
--- a/drivers/ide/dtc2278.c
+++ b/drivers/ide/dtc2278.c
@@ -91,7 +91,7 @@ static const struct ide_port_ops dtc2278_port_ops = {
.set_pio_mode = dtc2278_set_pio_mode,
};
-static const struct ide_port_info dtc2278_port_info __initdata = {
+static const struct ide_port_info dtc2278_port_info __initconst = {
.name = DRV_NAME,
.chipset = ide_dtc2278,
.port_ops = &dtc2278_port_ops,