From: Michal Simek Date: Thu, 23 May 2013 06:04:09 +0000 (+0200) Subject: microblaze: Use proper casting for inb/inw/inl in io.h X-Git-Tag: v3.10-rc4~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5dd0bb43e209455fb83161d4c8774ce2c23f6e2;p=pandora-kernel.git microblaze: Use proper casting for inb/inw/inl in io.h We are going to move to asm-generic/io.h but let's fix compilation warnings first for 3.10. Warning message: arch/microblaze/include/asm/io.h:126:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define inb(port) readb((u8 *)((port))) ... Signed-off-by: Michal Simek --- Reading git-diff-tree failed