commit | b5dd0bb43e209455fb83161d4c8774ce2c23f6e2 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 23 08:04:09 2013 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu May 23 08:49:33 2013 +0200 |
tree | 555cfe71399c101342a2464693e24d400d19c43f | |
parent | 972be324fe0adaa67717407510aa067a4ae53d2d [diff] |
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 <michal.simek@xilinx.com>