From: Joe Perches Date: Fri, 25 Feb 2011 23:57:36 +0000 (-0800) Subject: Staging: samsung-laptop: Constify samsung-laptop.c X-Git-Tag: v2.6.39-rc1~469^2~411 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5ecf45f3e772a9845c1afebfbc423474f2e46a;p=pandora-kernel.git Staging: samsung-laptop: Constify samsung-laptop.c Change sabi_config to const. Reduces data, increases text ~200 bytes. $ size drivers/platform/x86/samsung-laptop.o* text data bss dec hex filename 6933 5084 1560 13577 3509 drivers/platform/x86/samsung-laptop.o.new 6765 5252 1560 13577 3509 drivers/platform/x86/samsung-laptop.o.old Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed