]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Use static const
authorJoe Perches <joe@perches.com>
Fri, 21 Feb 2014 22:46:43 +0000 (14:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Feb 2014 20:38:38 +0000 (15:38 -0500)
commitf7e2b7040d9964263aeb5fad93a83601b8cc50f5
tree4a8c591d4b8a0064d659d4e7f7a5bf147c0353a2
parentaaa73f63ad46c80aeafd169f63f068d125461b7c
ath9k: Use static const

Trivially reduces text size too.

$ size drivers/net/wireless/ath/ath9k/debug.o*
   text    data     bss     dec     hex filename
  34436    2528    5128   42092    a46c drivers/net/wireless/ath/ath9k/debug.o.new
  34464    2528    5128   42120    a488 drivers/net/wireless/ath/ath9k/debug.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.c