diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-10-05 04:22:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-05 04:22:53 -0700 |
| commit | 4d1fc631c727b96c5fc7de3e7aa3bef70f57dddf (patch) | |
| tree | 84ee854cc1b26152c15a399a5cec75af9061f13d /include | |
| parent | 0309add5f7e440397a65ad0b84710bac1a889014 (diff) | |
[PATCH] amiga floppy switched to alloc_disk()
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/amifd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/amifd.h b/include/linux/amifd.h index eac36f77fa8f..346993268b45 100644 --- a/include/linux/amifd.h +++ b/include/linux/amifd.h @@ -55,7 +55,7 @@ struct amiga_floppy_struct { int busy; /* true when drive is active */ int dirty; /* true when trackbuf is not on disk */ int status; /* current error code for unit */ - struct gendisk disk; + struct gendisk *gendisk; }; #endif |
