From: Giedrius Statkevičius Date: Fri, 13 Mar 2015 13:56:32 +0000 (+0200) Subject: dgnc: use linux/types.h instead of dgnc_types.h X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d533a524a88a278ea3fd1dd279000cb0df0e0014;p=pandora-kernel.git dgnc: use linux/types.h instead of dgnc_types.h Dgnc_types.h unnecesarily defines TRUE as 1 and FALSE as 0 because we already have a widely used linux/types.h so convert all TRUE to true, FALSE to false and edit the dgnc_board struct to make sure it uses "bool". Signed-off-by: Giedrius Statkevičius Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed