patch-2.3.13 linux/drivers/char/pcxx.c

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

diff -u --recursive --new-file v2.3.12/linux/drivers/char/pcxx.c linux/drivers/char/pcxx.c
@@ -894,7 +894,7 @@
  * Driver setup function when linked into the kernel to optionally parse multible
  * "digi="-lines and initialize the driver at boot time. No probing.
  */
-__initfunc(void pcxx_setup(char *str, int *ints))
+void __init pcxx_setup(char *str, int *ints)
 {
 
 	struct board_info board;
@@ -1085,7 +1085,7 @@
  * function to initialize the driver with the given parameters, which are either
  * the default values from this file or the parameters given at boot.
  */
-__initfunc(int pcxe_init(void))
+int __init pcxe_init(void)
 {
 	ulong memory_seg=0, memory_size=0;
 	int lowwater, enabled_cards=0, i, crd, shrinkmem=0, topwin = 0xff00L, botwin=0x100L;

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