patch-2.1.56 linux/drivers/char/rtc.c

Next file: linux/drivers/char/stallion.c
Previous file: linux/drivers/char/psaux.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/drivers/char/rtc.c linux/drivers/char/rtc.c
@@ -76,8 +76,7 @@
 
 static struct timer_list rtc_irq_timer;
 
-static long long rtc_llseek(struct inode *inode, struct file *file,
-			    loff_t offset, int origin);
+static long long rtc_llseek(struct file *file, loff_t offset, int origin);
 
 static long rtc_read(struct inode *inode, struct file *file,
 			char *buf, unsigned long count);
@@ -142,8 +141,7 @@
  *	Now all the various file operations that we export.
  */
 
-static long long rtc_llseek(struct inode *inode, struct file *file,
-			    loff_t offset, int origin)
+static long long rtc_llseek(struct file *file, loff_t offset, int origin)
 {
 	return -ESPIPE;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov