]> Git Repo - linux.git/commit - net/irda/qos.c
irda: Convert function pointer arrays and uses to const
authorJoe Perches <[email protected]>
Wed, 10 Dec 2014 18:28:58 +0000 (10:28 -0800)
committerDavid S. Miller <[email protected]>
Wed, 10 Dec 2014 20:33:16 +0000 (15:33 -0500)
commit785c20a08bead1e58ad53f2dc324782da7a0c9ea
tree1fbf9ac09b89dea8754927e84a54c15ad3e47d0a
parent22bbf5f3e4e4db4a94f18d7b1ba21b5bd5fd934b
irda: Convert function pointer arrays and uses to const

Making things const is a good thing.

(x86-64 defconfig with all irda)
$ size net/irda/built-in.o*
   text    data     bss     dec     hex filename
 109276    1868     244  111388   1b31c net/irda/built-in.o.new
 108828    2316     244  111388   1b31c net/irda/built-in.o.old

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/irda/parameters.h
net/irda/ircomm/ircomm_param.c
net/irda/irttp.c
net/irda/parameters.c
net/irda/qos.c
This page took 0.053541 seconds and 4 git commands to generate.