From: Joe Perches Date: Wed, 10 Dec 2014 18:28:58 +0000 (-0800) Subject: irda: Convert function pointer arrays and uses to const X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785c20a08bead1e58ad53f2dc324782da7a0c9ea;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed