s2io: Remove private boolean definitions
authorTobias Klauser <tklauser@distanz.ch>
Thu, 4 Jun 2009 23:07:59 +0000 (23:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2009 07:20:22 +0000 (00:20 -0700)
Remove the private definition of TRUE/FALSE and use the ones from
linux/stddef.h. Also remove the definition of BOOL which is not referenced
inside the driver anyway.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found