Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754572AbZFFQgt (ORCPT ); Sat, 6 Jun 2009 12:36:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752368AbZFFQgl (ORCPT ); Sat, 6 Jun 2009 12:36:41 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:34804 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182AbZFFQgl (ORCPT ); Sat, 6 Jun 2009 12:36:41 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Sat, 6 Jun 2009 18:36:24 +0200 (CEST) From: Stefan Richter Subject: [PATCH] firewire: core: include linux/uaccess.h instead of asm/uaccess.h To: linux1394-devel@lists.sourceforge.net cc: linux-kernel@vger.kernel.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 945 Lines: 34 Signed-off-by: Stefan Richter --- drivers/firewire/core-cdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/drivers/firewire/core-cdev.c =================================================================== --- linux.orig/drivers/firewire/core-cdev.c +++ linux/drivers/firewire/core-cdev.c @@ -35,12 +35,12 @@ #include #include #include +#include #include #include #include #include -#include #include "core.h" -- Stefan Richter -=====-==--= -==- --==- http://arcgraph.de/sr/ -- 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/