commit | f75196c404246b371182bb7554eab695619cb36f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Apr 01 12:25:58 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Jun 12 06:03:46 2009 -0400 |
tree | 91a4a9080db62dac5b311dcca35aa430b05eac1a | |
parent | f4290e81f6035b49d4a03706081b2c5f58906386 [diff] |
Blackfin: fix warnings with I/O port macros The I/O port functions take ints, so we need to cast them up before passing to our read/write funcs to avoid ugly messes of warnings. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Bryan Wu <cooloney@kernel.org>