This patch makes some needlessly global firmware static.
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
---
drivers/net/appletalk/cops_ffdrv.h | 2 +-
drivers/net/appletalk/cops_ltdrv.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.11-rc3-mm2-full/drivers/net/appletalk/cops_ffdrv.h.old 2005-02-16 15:15:32.000000000 +0100
+++ linux-2.6.11-rc3-mm2-full/drivers/net/appletalk/cops_ffdrv.h 2005-02-16 15:15:41.000000000 +0100
@@ -28,7 +28,7 @@
#ifdef CONFIG_COPS_DAYNA
-unsigned char ffdrv_code[] = {
+static unsigned char ffdrv_code[] = {
58,3,0,50,228,149,33,255,255,34,226,149,
249,17,40,152,33,202,154,183,237,82,77,68,
11,107,98,19,54,0,237,176,175,50,80,0,
--- linux-2.6.11-rc3-mm2-full/drivers/net/appletalk/cops_ltdrv.h.old 2005-02-16 15:15:50.000000000 +0100
+++ linux-2.6.11-rc3-mm2-full/drivers/net/appletalk/cops_ltdrv.h 2005-02-16 15:15:58.000000000 +0100
@@ -27,7 +27,7 @@
#ifdef CONFIG_COPS_TANGENT
-unsigned char ltdrv_code[] = {
+static unsigned char ltdrv_code[] = {