From: Petros Koutoupis Date: Wed, 11 Mar 2009 09:49:35 +0000 (+0100) Subject: block: genhd.h cleanup patch X-Git-Tag: v2.6.30-rc1~660^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d399228646e26db315d6233bed65ec9d08c57f57;p=pandora-kernel.git block: genhd.h cleanup patch In include/linux/genhd.h: Line 335 has a comment that needs to be updated from: /* drivers/block/ll_rw_blk.c */ to /* block/blk-core.c */. Also as of kernel 2.6.16, the function definition for get_blkdev_list was removed from block/genhd.c but the function declaration is still present on line 339. This patch addresses both those fixes, by updating the comment and removing the declaration. Signed-off-by: Petros Koutoupis Signed-off-by: Jens Axboe --- Reading git-diff-tree failed