From: Alex Chiang Date: Fri, 13 Nov 2009 07:47:53 +0000 (+0100) Subject: cciss: make device attrs static X-Git-Tag: v2.6.32~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ac74822277fa999a3f469d8362e93262deb3f4;p=pandora-kernel.git cciss: make device attrs static No need to export those device attributes. In fact, without this patch, we can trip over a build error if cciss is a built-in and another driver also declares and exports attributes with the same name. You'll see errors like: drivers/scsi/built-in.o: multiple definition of `dev_attr_lunid' drivers/block/built-in.o: first defined here Cc: Stephen M. Cameron Signed-off-by: Alex Chiang Cc: Cc: Jens Axboe Signed-off-by: Jens Axboe --- Reading git-diff-tree failed