From: Matthew Wilcox Date: Sat, 10 May 2014 02:42:26 +0000 (-0400) Subject: NVMe: Enable BUILD_BUG_ON checks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bd78bcf4208e84deab0d34f9d4e034d0580d0c;p=pandora-kernel.git NVMe: Enable BUILD_BUG_ON checks Since _nvme_check_size() wasn't being called from anywhere, the compiler was optimising it away ... along with all the link-time build failures that would result if any of the structures were the wrong size. Call it from nvme_exit() for no particular reason. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed