]> Pileus Git - ~andy/linux/commitdiff
driver-core: remove conditionals around devicetree pointers
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 21 Jan 2011 16:24:48 +0000 (09:24 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 21 Jan 2011 16:24:48 +0000 (09:24 -0700)
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 <grant.likely@secretlab.ca>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found