From: Ian Abbott Date: Tue, 8 Oct 2013 18:06:35 +0000 (+0100) Subject: staging: comedi: s626: remove TRUE and FALSE macros X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~349 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e3a56d40c451271b1be4d6d3ec3b62af879228;p=pandora-kernel.git staging: comedi: s626: remove TRUE and FALSE macros "s626.h" defines the macros `TRUE` and `FALSE` if they are not already defined, yielding the expected numeric values. Remove the macros and replace their usage with the values `true` and `false`, respectively. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed