From: L. Alberto Giménez Date: Thu, 24 Jul 2014 22:50:25 +0000 (+0200) Subject: staging/lustre: Fix sparse error (signature mismatch) X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa6cfc73283b687067687955f459720054bbe90;p=pandora-kernel.git staging/lustre: Fix sparse error (signature mismatch) lprocfs_wr_atomic is defined in drivers/staging/lustre/lustre/obdclass/lprocfs_status.c with its second argument with the __user attribute: int lprocfs_wr_atomic(struct file *file, const char __user *buffer, unsigned long count, void *data) but its declaration in drivers/staging/lustre/lustre/include/lprocfs_status.h does not include the attribute. Make declaration and definition match. Signed-off-by: L. Alberto Giménez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed