All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH K2: remove dead code
@ 2001-11-06 20:58 Michael Sokolov
  2001-11-06 19:40 ` Matt Porter
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Sokolov @ 2001-11-06 20:58 UTC (permalink / raw)
  To: linuxppc-dev


Hi there,

Whoever has moved the two tiny shim functions from k2_pic.c into k2_setup.c
(mporter according to the logs) has apparently forgotten to delete k2_pic.c,
which is now dead code. This patch does so.

MS

Delete: arch/ppc/kernel/k2_pic.c
diff -Nru a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile
--- a/arch/ppc/kernel/Makefile	Tue Nov  6 12:39:29 2001
+++ b/arch/ppc/kernel/Makefile	Tue Nov  6 12:39:29 2001
@@ -80,8 +80,8 @@
 					indirect_pci.o pci_auto.o todc_time.o
 obj-$(CONFIG_GEMINI)		+= gemini_prom.o gemini_pci.o gemini_setup.o \
 					open_pic.o
-obj-$(CONFIG_K2)		+= k2_setup.o k2_pic.o k2_pci.o i8259.o \
-					indirect_pci.o todc_time.o pci_auto.o
+obj-$(CONFIG_K2)		+= k2_setup.o k2_pci.o i8259.o indirect_pci.o \
+					todc_time.o pci_auto.o
 obj-$(CONFIG_LOPEC)		+= lopec_setup.o lopec_pci.o mpc10x_common.o \
 					indirect_pci.o pci_auto.o open_pic.o \
 					i8259.o todc_time.o

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-06 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-06 20:58 PATCH K2: remove dead code Michael Sokolov
2001-11-06 19:40 ` Matt Porter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.