asm-generic/io.h: add reads[bwl]/writes[bwl] helpers
authorMike Frysinger <vapier@gentoo.org>
Wed, 27 Oct 2010 01:52:59 +0000 (21:52 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:03 +0000 (07:18 -0500)
A bunch of arches define reads[bwl]/writes[bwl] helpers for accessing
memory mapped registers.  Since the Blackfin ones aren't specific to
Blackfin code, move them to the common asm-generic/io.h for people.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found