Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261670AbVBSI6p (ORCPT ); Sat, 19 Feb 2005 03:58:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261664AbVBSInr (ORCPT ); Sat, 19 Feb 2005 03:43:47 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:40206 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261666AbVBSIna (ORCPT ); Sat, 19 Feb 2005 03:43:30 -0500 Date: Sat, 19 Feb 2005 09:43:25 +0100 From: Adrian Bunk To: jgarzik@pobox.com Cc: linux-net@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] drivers/net/typhoon: make a firmware image static Message-ID: <20050219084325.GT4337@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 21 This patch makes a nedlessly global firmware image static. Signed-off-by: Adrian Bunk --- linux-2.6.11-rc3-mm2-full/drivers/net/typhoon-firmware.h.old 2005-02-16 18:56:23.000000000 +0100 +++ linux-2.6.11-rc3-mm2-full/drivers/net/typhoon-firmware.h 2005-02-16 18:56:31.000000000 +0100 @@ -32,7 +32,7 @@ */ /* ver 03.001.008 */ -const u8 typhoon_firmware_image[] = { +static const u8 typhoon_firmware_image[] = { 0x54, 0x59, 0x50, 0x48, 0x4f, 0x4f, 0x4e, 0x00, 0x02, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcb, 0x99, 0xb1, 0xd4, 0x4c, 0xb8, 0xd0, 0x4b, 0x32, 0x02, 0xd4, 0xee, 0x73, 0x7e, 0x0b, 0x13, - 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/