[PATCH] Fix cdc-phonet build" has been added to the 3.0-stable tree
To: [email protected]
Cc: <[email protected]>, <[email protected]>
From: <[email protected]>
Date: Tue, 09 Aug 2011 09:50:17 -0700
Message-ID: <[email protected]>
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 <[email protected]> know about it.
>From af999891230336f7ffbe750d6b8262749693a52e Mon Sep 17 00:00:00 2001
From: Chris Clayton <[email protected]>
Date: Tue, 26 Jul 2011 12:20:22 +0000
Subject: Fix cdc-phonet build
From: Chris Clayton <[email protected]>
[ 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 <[email protected]>
To: [email protected]
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
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 [email protected]
are
queue-3.0/fix-cdc-phonet-build.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable