[PATCH] 2.4.0-ac4 : Removal of drivers/misc/misc.o

Frank Davis (fdavis112@juno.com)
Mon, 8 Jan 2001 20:50:32 -0500


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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

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/