Skip to content

Commit 74e3f63

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
Pull IDE updates from David Miller: "Just one actual change here this time around, adding some init data annotations. The other change was bogus and got reverted" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide: ide: palm_bk3710: add __initdata to palm_bk3710_port_info Revert "ide: Fix interface autodetection in legacy IDE driver (trial #2)" ide: Fix interface autodetection in legacy IDE driver (trial #2)
2 parents c2eca00 + 96297ae commit 74e3f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ide/palm_bk3710.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ static const struct ide_port_ops palm_bk3710_ports_ops = {
300300
.cable_detect = palm_bk3710_cable_detect,
301301
};
302302

303-
static struct ide_port_info palm_bk3710_port_info = {
303+
static struct ide_port_info palm_bk3710_port_info __initdata = {
304304
.init_dma = palm_bk3710_init_dma,
305305
.port_ops = &palm_bk3710_ports_ops,
306306
.dma_ops = &sff_dma_ops,

0 commit comments

Comments
 (0)