Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946356Ab2EKWaH (ORCPT ); Fri, 11 May 2012 18:30:07 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:49878 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946334Ab2EKW35 convert rfc822-to-8bit (ORCPT ); Fri, 11 May 2012 18:29:57 -0400 MIME-Version: 1.0 In-Reply-To: <1336774168-26577-7-git-send-email-mathieu.poirier@linaro.org> References: <1336774168-26577-1-git-send-email-mathieu.poirier@linaro.org> <1336774168-26577-7-git-send-email-mathieu.poirier@linaro.org> Date: Fri, 11 May 2012 15:29:56 -0700 Message-ID: Subject: Re: [PATCH 6/7] scsi/megaraid: fix sparse warnings From: adam radford To: mathieu.poirier@linaro.org Cc: JBottomley@parallels.com, megaraidlinux@lsi.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, arnd@arndb.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 874 Lines: 24 On Fri, May 11, 2012 at 3:09 PM, wrote: > From: Arnd Bergmann > ... > diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c > index bfd87fa..234ad74 100644 > --- a/drivers/scsi/megaraid/megaraid_sas_fusion.c > +++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c > @@ -51,55 +51,16 @@ > ?#include > ?#include > > +#include "mega_common.h" Do not include mega_common.h in the megaraid_sas driver. It has nothing to do with this driver. It is for the older Parallel SCSI megaraid drivers. -Adam -- 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/