Denys Vlasenko
7dd73bbcc9
sb1000.c: make const arrays static
This patch replaces automatic constant arrays a-la
const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00};
with static ones. Size difference for 32bit x86:
text data bss dec hex filename
5418 129 0 5547 15ab linux-2.6.inline-ALLYES/drivers/net/sb1000.o
5396 129 0 5525 1595 linux-2.6.followup-ALLYES/drivers/net/sb1000.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-04-16 20:41:44 -04:00
..
2008-04-01 11:21:08 -07:00
2008-03-29 12:21:31 -04:00
2008-04-13 21:54:34 -07:00
2008-03-28 14:45:23 -07:00
2008-04-03 14:33:42 -07:00
2008-03-12 13:08:09 -07:00
2008-04-02 15:28:19 -07:00
2008-03-23 21:51:12 -07:00
2008-03-05 14:45:31 -05:00
2008-03-26 00:58:19 -04:00
2008-03-30 14:20:24 -07:00
2008-03-30 14:20:24 -07:00
2008-03-27 21:01:14 +01:00
2008-03-10 18:01:19 -07:00
2008-03-18 11:20:33 +01:00
2008-03-27 08:40:41 -04:00
2008-03-23 20:28:20 +01:00
2008-04-02 21:22:05 +02:00
2008-03-14 00:56:59 +01:00
2008-03-30 14:20:24 -07:00
2008-04-01 00:22:53 -04:00
2008-04-13 22:44:20 -07:00
2008-03-31 23:31:13 +01:00
2008-03-30 14:20:23 -07:00
2008-03-13 10:09:27 +11:00
2008-03-28 14:45:23 -07:00
2008-04-01 19:35:47 -03:00
2008-03-28 14:45:23 -07:00
2008-03-18 15:13:40 -05:00
2008-03-30 14:20:24 -07:00
2008-03-30 14:18:41 -07:00
2008-03-22 17:02:20 -07:00
2008-03-28 14:45:22 -07:00
2008-04-16 20:41:44 -04:00
2008-03-15 19:17:12 -07:00
2008-03-28 14:45:22 -07:00
2008-03-26 14:22:20 -04:00
2008-03-19 18:53:37 -07:00
2008-04-16 20:41:42 -04:00
2008-03-28 12:32:22 -05:00
2008-04-02 15:28:19 -07:00
2008-03-17 08:11:48 -04:00
2008-03-13 13:11:43 -07:00
2008-04-14 02:30:23 -07:00
2008-03-18 01:22:10 -04:00
2008-03-24 22:33:49 -07:00
2008-04-02 15:06:09 -07:00
2008-03-28 14:45:22 -07:00
2008-03-30 14:20:23 -07:00
2008-04-01 11:31:05 -07:00