patch-2.4.9 linux/drivers/sgi/char/ds1286.c

Next file: linux/drivers/sound/Config.in
Previous file: linux/drivers/scsi/st.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/sgi/char/ds1286.c linux/drivers/sgi/char/ds1286.c
@@ -56,8 +56,6 @@
 
 static DECLARE_WAIT_QUEUE_HEAD(ds1286_wait);
 
-static long long ds1286_llseek(struct file *file, loff_t offset, int origin);
-
 static ssize_t ds1286_read(struct file *file, char *buf,
 			size_t count, loff_t *ppos);
 
@@ -101,11 +99,6 @@
  *	Now all the various file operations that we export.
  */
 
-static long long ds1286_llseek(struct file *file, loff_t offset, int origin)
-{
-	return -ESPIPE;
-}
-
 static ssize_t ds1286_read(struct file *file, char *buf,
                            size_t count, loff_t *ppos)
 {
@@ -374,7 +367,7 @@
  */
 
 static struct file_operations ds1286_fops = {
-	llseek:		ds1286_llseek,
+	llseek:		no_llseek,
 	read:		ds1286_read,
 	poll:		ds1286_poll,
 	ioctl:		ds1286_ioctl,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)