diff options
Diffstat (limited to 'drivers/ide/ide-tape.c')
-rw-r--r-- | drivers/ide/ide-tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index 4e59239fef75..ad306ae24e24 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -4730,7 +4730,7 @@ static void ide_tape_release(struct kref *kref) | |||
4730 | kfree(tape); | 4730 | kfree(tape); |
4731 | } | 4731 | } |
4732 | 4732 | ||
4733 | #ifdef CONFIG_PROC_FS | 4733 | #ifdef CONFIG_IDE_PROC_FS |
4734 | 4734 | ||
4735 | static int proc_idetape_read_name | 4735 | static int proc_idetape_read_name |
4736 | (char *page, char **start, off_t off, int count, int *eof, void *data) | 4736 | (char *page, char **start, off_t off, int count, int *eof, void *data) |