From: Krzysztof Helt Date: Tue, 16 Oct 2007 08:28:31 +0000 (-0700) Subject: pm3fb: header file reduction X-Git-Tag: v2.6.24-rc1~953 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f259ebb67b61bd8276fbfba43e119e68754be027;p=pandora-kernel.git pm3fb: header file reduction This patch removes constants named AAA_DISABLE with value 0. They are redudant and misleading ( a |= AAA_DISABLE does nothing and usually should be a &= ~AAA_ENABLE). Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed