]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46e10085ac34b5face43ca65c6a8e85feeafa45c
tree1738d1cc31f60d0afcafc271852671d921669516
parent4696b507b29ffd67dc2c45c360b40488dd66c6fa
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