Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754156Ab0LIW1j (ORCPT ); Thu, 9 Dec 2010 17:27:39 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:53755 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1750796Ab0LIW1i (ORCPT ); Thu, 9 Dec 2010 17:27:38 -0500 X-Authenticated: #12255092 X-Provags-ID: V01U2FsdGVkX1/xxWs2l+Px+YDcMvQgG1piRpBZXJny+sBS64g8Nw uL+guat+CQnFPo From: Peter Huewe To: Greg Kroah-Hartman Cc: Matthew Garrett , Jiri Kosina , Dan Williams , Joe Perches , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Huewe Subject: [PATCH] serial/usb_wwan: Add missing uaccess.h / fix build failure Date: Thu, 9 Dec 2010 23:27:35 +0100 Message-Id: <1291933655-23130-1-git-send-email-peterhuewe@gmx.de> X-Mailer: git-send-email 1.7.2.2 X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1040 Lines: 35 This patch fixes a build failure[1] by adding the missing uaccess.h needed for copy_from_user and copy_to_user Signed-off-by: Peter Huewe --- KernelVersion: linux-next-20101209 References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/3607218/ Used Config: s3c2410_defconfig drivers/usb/serial/usb_wwan.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/usb_wwan.c b/drivers/usb/serial/usb_wwan.c index 660b7ca..b004b2a 100644 --- a/drivers/usb/serial/usb_wwan.c +++ b/drivers/usb/serial/usb_wwan.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/