commit | 53fa6645251727856d3554d64583fef59e6f1651 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Oct 16 23:26:42 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Oct 17 08:42:50 2007 -0700 |
tree | 1738d1cc31f60d0afcafc271852671d921669516 | |
parent | c1206a2c6d87def4af5379e6fef64e928d882ab2 [diff] |
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>