commit | 0ddf72be4edbd7640b57c13161f71416df16ec11 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Mon May 23 15:29:32 2011 -0700 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Tue May 24 10:38:33 2011 +0200 |
tree | 5cef009715650da96a82f1b9d9afbd5843b5a105 | |
parent | 9b2f61aec73dc9e735e247fd720c673b30999e7c [diff] |
drbd: fix warning In file included from drivers/block/drbd/drbd_main.c:54: drivers/block/drbd/drbd_int.h:1190: warning: parameter has incomplete type Forward declarations of enums do not work. Fix it unpleasantly by moving the prototype. Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Lars Ellenberg <drbd-dev@lists.linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>