From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 8 Jan 2001 20:58:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 8 Jan 2001 20:57:43 -0500 Received: from m11.boston.juno.com ([63.211.172.74]:62083 "EHLO m11.boston.juno.com") by vger.kernel.org with ESMTP id ; Mon, 8 Jan 2001 20:57:29 -0500 To: alan@lxorguk.ukuu.org.uk Cc: linux-kernel@vger.kernel.org Date: Mon, 8 Jan 2001 20:50:32 -0500 Subject: [PATCH] 2.4.0-ac4 : Removal of drivers/misc/misc.o Message-ID: <20010108.205033.-271095.3.fdavis112@juno.com> X-Mailer: Juno 5.0.15 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=--__JNP_000_1df8.26c9.418f X-Juno-Line-Breaks: 9-6,7,10-27,29-34,35-32767 From: Frank Davis Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ----__JNP_000_1df8.26c9.418f Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, The following patch removes drivers/misc/misc.o from the kernel build. It appears that drivers/misc isn't used for anything, and should be probably be removed. Regards, Frank --- Makefile.old Sun Jan 7 23:59:37 2001 +++ Makefile Mon Jan 8 00:24:46 2001 @@ -121,7 +121,6 @@ NETWORKS =net/network.o DRIVERS =drivers/block/block.o \ drivers/char/char.o \ - drivers/misc/misc.o \ drivers/net/net.o \ drivers/media/media.o LIBS =$(TOPDIR)/lib/lib.a --- drivers/Makefile.old Sun Jan 7 23:59:48 2001 +++ drivers/Makefile Mon Jan 8 20:25:57 2001 @@ -9,7 +9,7 @@ mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi message/i2o message/fusion ide \ scsi md ieee1394 pnp isdn atm fc4 net/hamradio i2c acpi -subdir-y := block char net parport sound misc media cdrom +subdir-y := block char net parport sound media cdrom subdir-m := $(subdir-y) ----__JNP_000_1df8.26c9.418f Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable
Hello,
     The following patch removes drivers/misc/misc= .o=20 from the kernel build. It appears that drivers/misc isn't used for anything= , and=20 should be probably be removed.
Regards,
Frank
 
--- Makefile.old<= SPAN=20 style=3D"mso-tab-count: 1">      Sun Jan<= SPAN=20 style=3D"mso-spacerun: yes">  7 23:59:37 2001
+++ Makefile<= SPAN=20 style=3D"mso-tab-count: 1">      Mon Jan<= SPAN=20 style=3D"mso-spacerun: yes">  8 00:24:46 2001
@@ -121,7 +121= ,6=20 @@
 NETWORKS     =20 =3Dnet/network.o
 DRIVERS         =20 =3Ddrivers/block/block.o \
         =   =20  drivers/char/char.o=20 \
-        =   =20 drivers/misc/misc.o \
         =   =20  drivers/net/net.o \<= BR>         =   =20  drivers/media/media.o
 LIBS=20      =20 =3D$(TOPDIR)/lib/lib.a

--- drivers/Makefile.old      Sun Jan<= SPAN=20 style=3D"mso-spacerun: yes">  7 23:59:48 2001
+++=20 drivers/Makefile  Mon Jan  8 20:25:57 2001
@@ -9,7 +9,7=20 @@
 mod-subdirs :=3D    dio mtd sbus video = macintosh=20 usb input telephony sgi message/i2o message/fusion ide \
            scsi md = ieee1394=20 pnp isdn atm fc4 net/hamradio i2c acpi
 
-subdir-y :=3D      block char= net=20 parport sound misc media cdrom
+subdir-y :=3D      block char= net=20 parport sound media cdrom
 subdir-m :=3D     =20 $(subdir-y)
 
 
----__JNP_000_1df8.26c9.418f-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/