[PATCH] Fix cdc-phonet build" has been added to the 3.0-stable tree
To: chris2...@googlemail.com
Cc: <sta...@kernel.org>, <stable-comm...@vger.kernel.org>
From: <gre...@suse.de>
Date: Tue, 09 Aug 2011 09:50:17 -0700
Message-ID: <13129086174...@kroah.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ASCII
Content-Transfer-Encoding: 8bit


This is a note to let you know that I've just added the patch titled

    Fix cdc-phonet build
[PATCH] Fix cdc-phonet build

to the 3.0-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     fix-cdc-phonet-build.patch
and it can be found in the queue-3.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <sta...@kernel.org> know about it.


>From af999891230336f7ffbe750d6b8262749693a52e Mon Sep 17 00:00:00 2001
From: Chris Clayton <chris2...@googlemail.com>
Date: Tue, 26 Jul 2011 12:20:22 +0000
Subject: Fix cdc-phonet build


From: Chris Clayton <chris2...@googlemail.com>

[ Upstream commit a0295a3b6775ab88f5883684e14bbda8d287822d ]

Try to send to correct address this time!

----------  Forwarded Message  ----------

Subject: [PATCH] Fix cdc-phonet build
Date: Saturday 23 Jul 2011
From: Chris Clayton <chris2...@googlemail.com>
To: linux-...@vger.kernel.org

cdc-phonet does not presently build on linux-3.0 because there is no entry for 
it in
drivers/net/Makefile. This patch adds that entry.

Signed-off-by: Chris Clayton <chris2...@googlemail.com>
Signed-off-by: David S. Miller <da...@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gre...@suse.de>
---
 drivers/net/Makefile |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -283,6 +283,7 @@ obj-$(CONFIG_USB_HSO)               += usb/
 obj-$(CONFIG_USB_USBNET)        += usb/
 obj-$(CONFIG_USB_ZD1201)        += usb/
 obj-$(CONFIG_USB_IPHETH)        += usb/
+obj-$(CONFIG_USB_CDC_PHONET)   += usb/
 
 obj-$(CONFIG_WLAN) += wireless/
 obj-$(CONFIG_NET_TULIP) += tulip/


Patches currently in stable-queue which might be from chris2...@googlemail.com 
are

queue-3.0/fix-cdc-phonet-build.patch

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to