commit | 53fa6645251727856d3554d64583fef59e6f1651 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <[email protected]> | Tue Oct 16 23:26:42 2007 -0700 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Acked-by: Haavard Skinnemoen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>