diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/block/xd.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/block/xd.h')
-rw-r--r-- | drivers/block/xd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xd.h b/drivers/block/xd.h index 02ee8ee0f..b3531e5cf 100644 --- a/drivers/block/xd.h +++ b/drivers/block/xd.h @@ -112,7 +112,7 @@ static void xd_geninit (struct gendisk *); static int xd_open (struct inode *inode,struct file *file); static void do_xd_request (void); static int xd_ioctl (struct inode *inode,struct file *file,unsigned int cmd,unsigned long arg); -static void xd_release (struct inode *inode,struct file *file); +static int xd_release (struct inode *inode,struct file *file); static int xd_reread_partitions (kdev_t dev); static int xd_readwrite (u_char operation,u_char drive,char *buffer,u_int block,u_int count); static void xd_recalibrate (u_char drive); |