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

* Re: [PATCH] fix 2.6.0-test1 *** Warning: "llc_oui" [net/sched/sch_atm.ko] undefined!
  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
  0 siblings, 1 reply; 3+ messages in thread
From: chas williams @ 2003-07-30 17:10 UTC (permalink / raw)
  To: Jérôme Augé; +Cc: linux-kernel, davem

please apply to 2.6 -- thanks

In message <20030725103106.GB1670@satellite.workgroup.fr>,=?iso-8859-15?B?Suly9
G1lIEF1Z+k=?= writes:
>Fix a typo in 'net/atm/Makefile' that gives a 'Warning: "llc_oui"
>[net/sched/sch_atm.ko] undefined!' when building modules:


[atm]: fix a typo in net/atm/Makefile (from eguaj@free.fr)

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1599  -> 1.1600 
#	    net/atm/Makefile	1.10    -> 1.11   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/07/30	chas@relax.cmf.nrl.navy.mil	1.1600
# fix a typo in net/atm/Makefile (from eguaj@free.fr)
# --------------------------------------------
#
diff -Nru a/net/atm/Makefile b/net/atm/Makefile
--- a/net/atm/Makefile	Wed Jul 30 13:12:21 2003
+++ b/net/atm/Makefile	Wed Jul 30 13:12:21 2003
@@ -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

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

* Re: [PATCH] fix 2.6.0-test1 *** Warning: "llc_oui" [net/sched/sch_atm.ko] undefined!
  2003-07-30 17:10 ` chas williams
@ 2003-07-30 23:50   ` David S. Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David S. Miller @ 2003-07-30 23:50 UTC (permalink / raw)
  To: chas3; +Cc: chas, eguaj, linux-kernel

On Wed, 30 Jul 2003 13:10:32 -0400
chas williams <chas@cmf.nrl.navy.mil> wrote:

> please apply to 2.6 -- thanks

Applied, thanks Chas.

^ 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).