patch-2.3.43 linux/drivers/pnp/isapnp_proc.c
Next file: linux/drivers/sbus/audio/Config.in
Previous file: linux/drivers/pnp/isapnp.c
Back to the patch index
Back to the overall index
- Lines: 48
- Date:
Wed Feb 9 11:42:35 2000
- Orig file:
v2.3.42/linux/drivers/pnp/isapnp_proc.c
- Orig date:
Fri Jan 21 18:19:16 2000
diff -u --recursive --new-file v2.3.42/linux/drivers/pnp/isapnp_proc.c linux/drivers/pnp/isapnp_proc.c
@@ -202,19 +202,12 @@
static struct file_operations isapnp_info_entry_operations =
{
- isapnp_info_entry_lseek, /* lseek */
- isapnp_info_entry_read, /* read */
- isapnp_info_entry_write, /* write */
- NULL, /* readdir */
- isapnp_info_entry_poll, /* poll */
- NULL, /* ioctl - default */
- NULL, /* mmap */
- isapnp_info_entry_open, /* open */
- NULL, /* flush */
- isapnp_info_entry_release, /* release */
- NULL, /* can't fsync */
- NULL, /* fasync */
- NULL, /* lock */
+ llseek: isapnp_info_entry_lseek,
+ read: isapnp_info_entry_read,
+ write: isapnp_info_entry_write,
+ poll: isapnp_info_entry_poll,
+ open: isapnp_info_entry_open,
+ release: isapnp_info_entry_release,
};
static struct inode_operations isapnp_info_entry_inode_operations =
@@ -277,19 +270,8 @@
static struct file_operations isapnp_proc_bus_file_operations =
{
- isapnp_proc_bus_lseek, /* lseek */
- isapnp_proc_bus_read, /* read */
- NULL, /* write */
- NULL, /* readdir */
- NULL, /* poll */
- NULL, /* ioctl - default */
- NULL, /* mmap */
- NULL, /* open */
- NULL, /* flush */
- NULL, /* release */
- NULL, /* can't fsync */
- NULL, /* fasync */
- NULL, /* lock */
+ llseek: isapnp_proc_bus_lseek,
+ read: isapnp_proc_bus_read,
};
static struct inode_operations isapnp_proc_bus_inode_operations =
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)