Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935568AbWK1E6k (ORCPT ); Mon, 27 Nov 2006 23:58:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935594AbWK1E6j (ORCPT ); Mon, 27 Nov 2006 23:58:39 -0500 Received: from mx1.redhat.com ([66.187.233.31]:28101 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S935568AbWK1E6j (ORCPT ); Mon, 27 Nov 2006 23:58:39 -0500 Date: Mon, 27 Nov 2006 23:58:11 -0500 From: Dave Jones To: Linux Kernel Cc: Linus Torvalds , Andrew Morton Subject: add missing libsas include to fix s390 compilation. Message-ID: <20061128045811.GB28516@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , Linus Torvalds , Andrew Morton Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 23 include/scsi/libsas.h:479: error: field 'smp_req' has incomplete type include/scsi/libsas.h:480: error: field 'smp_resp' has incomplete type Signed-off-by: Dave Jones --- linux-2.6/include/scsi/libsas.h~ 2006-11-27 23:23:32.000000000 -0500 +++ linux-2.6/include/scsi/libsas.h 2006-11-27 23:23:39.000000000 -0500 @@ -35,6 +35,7 @@ #include #include #include +#include struct block_device; -- http://www.codemonkey.org.uk - 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/