commit | 785c20a08bead1e58ad53f2dc324782da7a0c9ea | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Dec 10 10:28:58 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 10 15:33:16 2014 -0500 |
tree | 1fbf9ac09b89dea8754927e84a54c15ad3e47d0a | |
parent | 22bbf5f3e4e4db4a94f18d7b1ba21b5bd5fd934b [diff] |
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 <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>