From: Ian Abbott Date: Thu, 4 Apr 2013 13:59:03 +0000 (+0100) Subject: staging: comedi: remove COMEDI_FIRST_SUBDEVICE_MINOR X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8907cf6c5da2bb6d877c8ba59f90aff1b72cd814;p=pandora-kernel.git staging: comedi: remove COMEDI_FIRST_SUBDEVICE_MINOR The macro `COMEDI_FIRST_SUBDEVICE_MINOR` just expands to another macro `COMEDI_NUM_BOARD_MINORS`. Replace uses of `COMEDI_FIRST_SUBDEVICE_MINOR` with `COMEDI_NUM_BOARD_MINORS` and get rid of the former. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed