staging: olpc_dcon: don't specify single bits for bool fields
authorAndres Salomon <dilinger@queued.net>
Fri, 11 Feb 2011 01:46:07 +0000 (17:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Feb 2011 20:33:19 +0000 (12:33 -0800)
Just use a regular 'bool foo', rather than 'bool foo:1'.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found