diff options
Diffstat (limited to 'arch/um/drivers/ubd_kern.c')
-rw-r--r-- | arch/um/drivers/ubd_kern.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index da0badcd7551..f98d26e51381 100644 --- a/arch/um/drivers/ubd_kern.c +++ b/arch/um/drivers/ubd_kern.c | |||
@@ -235,7 +235,6 @@ static void make_ide_entries(char *dev_name) | |||
235 | 235 | ||
236 | ent = create_proc_entry("media", S_IFREG|S_IRUGO, dir); | 236 | ent = create_proc_entry("media", S_IFREG|S_IRUGO, dir); |
237 | if(!ent) return; | 237 | if(!ent) return; |
238 | ent->nlink = 1; | ||
239 | ent->data = NULL; | 238 | ent->data = NULL; |
240 | ent->read_proc = proc_ide_read_media; | 239 | ent->read_proc = proc_ide_read_media; |
241 | ent->write_proc = NULL; | 240 | ent->write_proc = NULL; |