patch-2.2.16 linux/arch/s390/kernel/cpcmd.c

Next file: linux/arch/s390/kernel/debug.c
Previous file: linux/arch/s390/kernel/Makefile
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/s390/kernel/cpcmd.c linux/arch/s390/kernel/cpcmd.c
@@ -7,6 +7,7 @@
  */
 
 #include <linux/stddef.h>
+#include <linux/kernel.h>
 #include <asm/string.h>
 #include <asm/ebcdic.h>
 
@@ -40,14 +41,5 @@
                               : "a" (obuffer), "d" (olen)
                               : "2", "3"  );
         }
-}
-
-int sys_msgcp(char *str)
-{
-        char buffer[256];
-
-        sprintf(buffer, "MSG * %s", str);
-        cpcmd(buffer, NULL, 0);
-        cpcmd("STOP", NULL, 0);
 }
 

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