staging: comedi: Remove MIN macro
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 14 May 2009 19:24:28 +0000 (15:24 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:34 +0000 (11:00 -0700)
Remove the MIN() macro and instead use the min() provided by kernel.h

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found