linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix 2.6.0-test1 *** Warning: "llc_oui" [net/sched/sch_atm.ko] undefined!
@ 2003-07-25 10:31 Jérôme Augé
  2003-07-30 17:10 ` chas williams
  0 siblings, 1 reply; 3+ messages in thread
From: Jérôme Augé @ 2003-07-25 10:31 UTC (permalink / raw)
  To: linux-kernel

Fix a typo in 'net/atm/Makefile' that gives a 'Warning: "llc_oui"
[net/sched/sch_atm.ko] undefined!' when building modules:

--- net/atm/Makefile.old	2003-07-24 16:36:47.000000000 +0200
+++ net/atm/Makefile	2003-07-24 16:36:55.000000000 +0200
@@ -10,7 +10,7 @@
 atm-$(subst m,y,$(CONFIG_ATM_CLIP)) += ipcommon.o
 obj-$(CONFIG_ATM_BR2684) += br2684.o
 atm-$(subst m,y,$(CONFIG_ATM_BR2684)) += ipcommon.o
-atm-$(subst m,y,$CONFIG_NET_SCH_ATM)) += ipcommon.o
+atm-$(subst m,y,$(CONFIG_NET_SCH_ATM)) += ipcommon.o
 atm-$(CONFIG_PROC_FS) += proc.o
 
 obj-$(CONFIG_ATM_LANE) += lec.o

Regards,
Jérôme

--


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

end of thread, other threads:[~2003-07-30 23:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-25 10:31 [PATCH] fix 2.6.0-test1 *** Warning: "llc_oui" [net/sched/sch_atm.ko] undefined! Jérôme Augé
2003-07-30 17:10 ` chas williams
2003-07-30 23:50   ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).