linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: chas williams <chas@cmf.nrl.navy.mil>
To: "Jérôme Augé" <eguaj@free.fr>
Cc: linux-kernel@vger.kernel.org, davem@redhat.com
Subject: Re: [PATCH] fix 2.6.0-test1 *** Warning: "llc_oui" [net/sched/sch_atm.ko] undefined!
Date: Wed, 30 Jul 2003 13:10:32 -0400	[thread overview]
Message-ID: <200307301713.h6UHDFsG012606@ginger.cmf.nrl.navy.mil> (raw)
In-Reply-To: Your message of "Fri, 25 Jul 2003 12:31:07 +0200." <20030725103106.GB1670@satellite.workgroup.fr>

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

  reply	other threads:[~2003-07-30 17:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2003-07-30 23:50   ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200307301713.h6UHDFsG012606@ginger.cmf.nrl.navy.mil \
    --to=chas@cmf.nrl.navy.mil \
    --cc=chas3@users.sourceforge.net \
    --cc=davem@redhat.com \
    --cc=eguaj@free.fr \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).