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

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

diff -u --recursive --new-file v2.1.55/linux/drivers/char/nvram.c linux/drivers/char/nvram.c
@@ -211,8 +211,7 @@
  * The are the file operation function for user access to /dev/nvram
  */
 
-static long long nvram_llseek( struct inode *inode, struct file *file,
-							   loff_t offset, int origin )
+static long long nvram_llseek(struct file *file,loff_t offset, int origin )
 {
 	switch( origin ) {
 	  case 0:

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