Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932200AbVKJWOP (ORCPT ); Thu, 10 Nov 2005 17:14:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932202AbVKJWOP (ORCPT ); Thu, 10 Nov 2005 17:14:15 -0500 Received: from mx1.redhat.com ([66.187.233.31]:52164 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S932200AbVKJWOO (ORCPT ); Thu, 10 Nov 2005 17:14:14 -0500 Date: Thu, 10 Nov 2005 17:14:11 -0500 From: Dave Jones To: Linux Kernel Subject: saa711x driver doesn't need segment.h Message-ID: <20051110221411.GA26539@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 20 This breaks compilation on non-x86 architectures, and isn't even used. Signed-off-by: Dave Jones --- linux-2.6.14/drivers/media/video/saa711x.c~ 2005-11-10 15:27:05.000000000 -0500 +++ linux-2.6.14/drivers/media/video/saa711x.c 2005-11-10 15:27:33.000000000 -0500 @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include - 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/