From: Joe Perches Date: Wed, 13 Jan 2010 06:59:15 +0000 (-0300) Subject: V4L/DVB (13969): frontends/si21xx.c: Remove #define TRUE/FALSE, use bool X-Git-Tag: v2.6.34-rc1~280^2~266 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a39e05928c6262347fba4ec9f649124bfc7a6f;p=pandora-kernel.git V4L/DVB (13969): frontends/si21xx.c: Remove #define TRUE/FALSE, use bool And a little code refactoring/neatening around the removals Reduces object size a little bit: new: $ size drivers/media/dvb/frontends/si21xx.o text data bss dec hex filename 8984 56 1816 10856 2a68 drivers/media/dvb/frontends/si21xx.o old: $ size drivers/media/dvb/frontends/si21xx.o text data bss dec hex filename 9084 56 1792 10932 2ab4 drivers/media/dvb/frontends/si21xx.o Signed-off-by: Joe Perches Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed