lib/ioremap.c should #include <linux/io.h>
authorAdrian Bunk <bunk@stusta.de>
Wed, 17 Oct 2007 06:26:42 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:50 +0000 (08:42 -0700)
commit53fa6645251727856d3554d64583fef59e6f1651
tree1738d1cc31f60d0afcafc271852671d921669516
parentc1206a2c6d87def4af5379e6fef64e928d882ab2
lib/ioremap.c should #include <linux/io.h>

Every file should include the headers containing the prototypes for its global
functions (in this case ioremap_page_range()).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/ioremap.c