[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4f6ba3b0911021339v20d7692fm52bcd5208002d6e4@mail.gmail.com>
Date: Mon, 2 Nov 2009 16:39:22 -0500
From: Bob Beers <bob.beers@...il.com>
To: Greg KH <greg@...ah.com>
Cc: netdev@...r.kernel.org, Krzysztof Halasa <khc@...waw.pl>
Subject: Re: wanPMC-CxT1E1
On Mon, Nov 2, 2009 at 4:35 PM, Bob Beers <bob.beers@...il.com> wrote:
> I should be able to fix those things an generate another patch file,
> but my git skills are very weak, so I guess you have the options:
> fix it up by hand, or teach me a little more git, so I can submit
> a better patch.
Here is patch on top of previous patch to fix the two mistakes:
diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile
index ebc96c7..19d14bc 100644
--- a/drivers/net/wan/Makefile
+++ b/drivers/net/wan/Makefile
@@ -29,7 +29,6 @@ obj-$(CONFIG_DSCC4) += dscc4.o
obj-$(CONFIG_X25_ASY) += x25_asy.o
obj-$(CONFIG_LANMEDIA) += lmc/
-obj-$(CONFIG_CXT1E1) += cxt1e1/
obj-$(CONFIG_DLCI) += dlci.o
obj-$(CONFIG_SDLA) += sdla.o
diff --git a/drivers/staging/cxt1e1/Makefile b/drivers/staging/cxt1e1/Makefile
index edfad71..10020d7 100644
--- a/drivers/staging/cxt1e1/Makefile
+++ b/drivers/staging/cxt1e1/Makefile
@@ -1,4 +1,3 @@
-CONFIG_CXT1E1 = m
obj-$(CONFIG_CXT1E1) += cxt1e1.o
EXTRA_CFLAGS += -DSBE_PMCC4_ENABLE
thanks,
--
-Bob Beers
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists