]> bbs.cooldavid.org Git - jme.git/commit - jme.c
drivers/net/*.c: Use static const
authorJoe Perches <joe@perches.com>
Tue, 21 Dec 2010 10:16:08 +0000 (02:16 -0800)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Sat, 12 Feb 2011 17:57:36 +0000 (01:57 +0800)
commita4181cd412b5072b6ee470d2b7abfec1e690960a
treefed3dd013f1015576c4c847d7874e90061648b63
parent1a0b42f41b88ca2b74138c83fb0d5485bb84b421
drivers/net/*.c: Use static const

Using static const generally increases object text and decreases data size.
It also generally decreases overall object size.

Signed-off-by: Joe Perches <joe@perches.com>
jme.c