From: Martin Schwidefsky Date: Thu, 30 Oct 2014 09:30:45 +0000 (+0100) Subject: s390/pci: add sparse annotations X-Git-Tag: omap-for-v3.19/fixes-rc1~124^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9f2081e0844581cc94384eb052007002b2bfa8;p=pandora-kernel.git s390/pci: add sparse annotations Fix the following warnings from the sparse code checker: arch/s390/include/asm/pci_io.h:165:49: warning: cast removes address space of expression arch/s390/pci/pci.c:476:44: warning: cast removes address space of expression arch/s390/pci/pci.c:491:36: warning: incorrect type in argument 2 (different address spaces) arch/s390/pci/pci.c:491:36: expected void [noderef] *addr arch/s390/pci/pci.c:491:36: got void * Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed