From: H Hartley Sweeten Date: Wed, 4 Nov 2009 08:10:33 +0000 (+0100) Subject: block/scsi_ioctl.c: quiet sparse noise X-Git-Tag: v2.6.33-rc1~379^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476d42f138ba82389a92a894d8a630a70d36278f;p=pandora-kernel.git block/scsi_ioctl.c: quiet sparse noise Quiet sparse noise about symbol's not being declared. Symbol blk_default_cmd_filter is only used locally and should be static. The function blk_scsi_ioctl_init() is a fs_initcall and should also be static. Signed-off-by: H Hartley Sweeten Cc: James Bottomley Signed-off-by: Jens Axboe --- Reading git-diff-tree failed