Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751334AbaJOSYW (ORCPT ); Wed, 15 Oct 2014 14:24:22 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:44027 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbaJOSYV (ORCPT ); Wed, 15 Oct 2014 14:24:21 -0400 MIME-Version: 1.0 In-Reply-To: <1413394958.2412.23.camel@jtkirshe-mobl> References: <1413375999-10210-1-git-send-email-jeffrey.t.kirsher@intel.com> <20141015123431.GA23154@mwanda> <20141015125934.GB23154@mwanda> <1413378213.2412.13.camel@jtkirshe-mobl> <1413389496.7484.3.camel@perches.com> <1413394958.2412.23.camel@jtkirshe-mobl> Date: Wed, 15 Oct 2014 15:24:19 -0300 Message-ID: Subject: Re: [PATCH] bcm/CmHost.c: Fix noisy compile warnings From: Fabio Estevam To: Jeff Kirsher Cc: Joe Perches , devel@driverdev.osuosl.org, Greg Kroah-Hartman , linux-kernel , Dan Carpenter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 15, 2014 at 2:42 PM, Jeff Kirsher wrote: > I like the idea, but won't this exclude other 32 bit systems like MIPS > and I am sure there might be others. I could assume that Beceem WIMAX > was intended for x86 arch's that are 32 bit only, which may be a safe > bet. The only thing we know for sure is that is broken on 64bit. What about this? diff --git a/drivers/staging/bcm/Kconfig b/drivers/staging/bcm/Kconfig index 8acf4b2..fa5a3a4 100644 --- a/drivers/staging/bcm/Kconfig +++ b/drivers/staging/bcm/Kconfig @@ -1,6 +1,6 @@ config BCM_WIMAX tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support" - depends on USB && NET + depends on USB && NET && !64BIT help This is an experimental driver for the Beceem WIMAX chipset used by Sprint 4G. -- 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/