From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933460AbYDQBVy (ORCPT ); Wed, 16 Apr 2008 21:21:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760100AbYDQBIf (ORCPT ); Wed, 16 Apr 2008 21:08:35 -0400 Received: from sous-sol.org ([216.99.217.87]:58937 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760043AbYDQBIe (ORCPT ); Wed, 16 Apr 2008 21:08:34 -0400 Message-Id: <20080417010340.485289840@sous-sol.org> References: <20080417010122.148289106@sous-sol.org> User-Agent: quilt/0.46-1 Date: Wed, 16 Apr 2008 18:01:51 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, "Kirill A. Shutemov" , David S Miller Subject: NET: include into linux/ethtool.h for __u* typedef Content-Disposition: inline; filename=net-include-linux-types.h-into-linux-ethtool.h-for-__u-typedef.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org -stable review patch. If anyone has any objections, please let us know. --------------------- From: Kirill A. Shutemov Upstream commit: e621e69137b24fdbbe7ad28214e8d81e614c25b7 Signed-off-by: Kirill A. Shutemov Signed-off-by: David S. Miller Signed-off-by: Chris Wright --- include/linux/ethtool.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -12,6 +12,7 @@ #ifndef _LINUX_ETHTOOL_H #define _LINUX_ETHTOOL_H +#include /* This should work for both 32 and 64 bit userland. */ struct ethtool_cmd { --