From: Kumar Gala Date: Wed, 23 Jan 2008 11:53:47 +0000 (-0600) Subject: [RAPIDIO] Fix compile error and warning X-Git-Tag: v2.6.25-rc1~1131^2~99^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5febf1cd79425d3c65d9a66a2299f0d06dc4b1eb;p=pandora-kernel.git [RAPIDIO] Fix compile error and warning drivers/rapidio/rio.c: In function 'rio_get_asm': drivers/rapidio/rio.c:413: error: implicit declaration of function 'in_interrupt' drivers/rapidio/rio.c: In function 'rio_init_mports': drivers/rapidio/rio.c:480: warning: format '%8.8lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t' drivers/rapidio/rio.c:480: warning: format '%8.8lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t' Signed-off-by: Kumar Gala --- Reading git-diff-tree failed