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>
Loading
Please sign in to comment
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>