patch-2.3.38 linux/drivers/pnp/isapnp_proc.c

Next file: linux/drivers/pnp/quirks.c
Previous file: linux/drivers/pnp/isapnp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/drivers/pnp/isapnp_proc.c linux/drivers/pnp/isapnp_proc.c
@@ -19,8 +19,6 @@
  *
  */
 
-static void *isapnp_alloc(long size);
-
 struct isapnp_info_buffer {
 	char *buffer;		/* pointer to begin of buffer */
 	char *curr;		/* current position in buffer */
@@ -202,8 +200,6 @@
 	isapnp_info_entry_release,	/* release */
 	NULL,				/* can't fsync */
 	NULL,				/* fasync */
-	NULL,				/* check_media_change */
-	NULL,				/* revalidate */
 	NULL,				/* lock */
 };
 

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