Commit e6d65601 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Remove .name usage from floppy driver.

parent df711fe8
......@@ -4228,9 +4228,6 @@ static int have_no_fdc= -ENODEV;
static struct platform_device floppy_device = {
.name = "floppy",
.id = 0,
.dev = {
.name = "Floppy Drive",
},
};
static struct kobject *floppy_find(dev_t dev, int *part, void *data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment