From: Adrian Bunk <bunk@stusta.de>
To: jgarzik@pobox.com
Cc: linux-net@vger.kernel.org, linux-kernel@vger.kernel.org,
David Dillow <dave@thedillows.org>
Subject: [2.6 patch] drivers/net/typhoon: make a firmware image static
Date: Fri, 11 Mar 2005 19:16:25 +0100 [thread overview]
Message-ID: <20050311181625.GH3723@stusta.de> (raw)
This patch makes a nedlessly global firmware image static.
This patch was already ACK'ed by David Dillow.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 19 Feb 2005
--- 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,
next reply other threads:[~2005-03-11 18:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-11 18:16 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-02-19 8:43 [2.6 patch] drivers/net/typhoon: make a firmware image static Adrian Bunk
2005-02-20 2:13 ` David Dillow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050311181625.GH3723@stusta.de \
--to=bunk@stusta.de \
--cc=dave@thedillows.org \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.