cciss: move next_command function from ifdef
commit29979a71227c46b2ed970b9d603d529c718e5fc8
authorMike Miller <mike.miller@hp.com>
Fri, 11 Jun 2010 11:13:35 +0000 (11 13:13 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:15:25 +0000 (7 18:15 +0200)
tree645d790dfb28a2a53a198a778ec1b41509cf73f0
parentb14aa6dcd083ad00fb416a93f76131734e6c3c17
cciss: move next_command function from ifdef

The definition of next_command also ended up in wrong place It ended up
inside an "#ifdef CONFIG_PROCFS".  Already caught by Randy Dunlap and a
couple others.  Tried to put it somewhere that made sense.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Cc: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/cciss.c