Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761288AbYF3QLJ (ORCPT ); Mon, 30 Jun 2008 12:11:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752815AbYF3QK4 (ORCPT ); Mon, 30 Jun 2008 12:10:56 -0400 Received: from hedwig.cmf.nrl.navy.mil ([134.207.12.162]:43994 "EHLO hedwig.cmf.nrl.navy.mil" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbYF3QK4 (ORCPT ); Mon, 30 Jun 2008 12:10:56 -0400 Message-Id: <200806301610.m5UGAlqr025302@cmf.nrl.navy.mil> From: "Chas Williams (CONTRACTOR)" To: David Woodhouse cc: netdev@vger.kernel.org, linux-atm-general@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [Linux-ATM-General] [PATCH] firmware: convert Ambassador ATM driver to request_firmware() In-reply-to: <1214837678.10393.345.camel@pmac.infradead.org> Date: Mon, 30 Jun 2008 12:10:47 -0400 X-NRLCMF-Spam-Score: () hits=-0.02 X-NRLCMF-Virus-Scanned: No virus found X-NRLCMF-Languages: en Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 826 Lines: 17 In message <1214837678.10393.345.camel@pmac.infradead.org>,David Woodhouse writ es: >> i removed the #ifdef's from around MODULE_LICENSE(). there shouldnt >> be any need for #ifdef's around MODULE_FIRMWARE() either. > >Unless you put #ifdef CONFIG_SBUS around the >MODULE_FIRMWARE("sba200e_ecd.bin") you will be requesting that firmware >even on non-sbus machines. Likewise little-endian vs. big-endian on PCI. does it? i was under the impression that MODULE_FIRMWARE() just provides a hint that modinfo can read. request_firmware() still the requestor for the firmware image. -- 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/