From: Grant Likely Date: Fri, 21 Jan 2011 16:24:48 +0000 (-0700) Subject: driver-core: remove conditionals around devicetree pointers X-Git-Tag: v2.6.39-rc1~417^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e358dfc4a8cb2227172ef77908c2e0ee17bcb9;p=pandora-kernel.git driver-core: remove conditionals around devicetree pointers Having conditional around the of_match_table and the of_node pointers turns out to make driver code use ugly #ifdef blocks. Drop the conditionals and remove the #ifdef blocks from the affected drivers. Also tidy up minor whitespace issues within the same hunks. Signed-off-by: Grant Likely Acked-by: Greg Kroah-Hartman --- Reading git-diff-tree failed