From: Eli Billauer Date: Wed, 31 Jul 2013 08:22:43 +0000 (+0300) Subject: staging: xillybus: Fixed sparse errors X-Git-Tag: v3.12-rc1~183^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee9ded220199f3be0b5d587ff9e2a1fdf7b6e2c;p=pandora-kernel.git staging: xillybus: Fixed sparse errors Changes: * xillybus.h: __iomem added to struct xilly_endpoint -> registers to suppress "different address spaces" errors. * xillybus_core.c: __user added as required for the same reason. * The two member names of struct xilly_endpoint_hardware of the form sync_single_for_{cpu,device} were changed to something that won't look like the well-known functions. * All *.c files: Variables and functions made static as required. Reported-by: Greg Kroah-Hartman Signed-off-by: Eli Billauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed