From: Andrew Morton Date: Mon, 23 May 2011 22:29:32 +0000 (-0700) Subject: drbd: fix warning X-Git-Tag: v3.0-rc1~162^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ddf72be4edbd7640b57c13161f71416df16ec11;p=pandora-kernel.git 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 Signed-off-by: Lars Ellenberg Signed-off-by: Philipp Reisner Signed-off-by: Andrew Morton --- Reading git-diff-tree failed