From: Jens Axboe Date: Fri, 17 Sep 2010 08:00:46 +0000 (+0200) Subject: do_mounts: only enable PARTUUID for CONFIG_BLOCK X-Git-Tag: v2.6.37-rc1~168^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0aed7a38d06284db2a0e46c0a072b0c1c3299b;p=pandora-kernel.git do_mounts: only enable PARTUUID for CONFIG_BLOCK When CONFIG_BLOCK is not enabled: init/do_mounts.c:71: error: implicit declaration of function 'dev_to_part' init/do_mounts.c:71: warning: initialization makes pointer from integer without a cast init/do_mounts.c:73: error: dereferencing pointer to incomplete type init/do_mounts.c:76: error: dereferencing pointer to incomplete type init/do_mounts.c:76: error: dereferencing pointer to incomplete type init/do_mounts.c:102: error: implicit declaration of function 'part_pack_uuid' init/do_mounts.c:104: error: 'block_class' undeclared (first use in this function) Reported-by: Randy Dunlap Signed-off-by: Jens Axboe --- Reading git-diff-tree failed