commit | 278aefc51bdbc7f1a3d39c9bd5313c78335b7828 | [log] [tgz] |
---|---|---|
author | Wim Van Sebroeck <wim@iguana.be> | Wed Mar 18 09:09:26 2009 +0000 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Mar 25 09:07:34 2009 +0000 |
tree | 197a9fe101d0a8588528ba76dc7de20ba45c5467 | |
parent | 143a2e54bf53216674eada16e8953f48b159e08a [diff] |
[WATCHDOG] Fix io.h & uaccess.h includes. Fix following includes: * #include <asm/io.h> should be #include <linux/io.h> * #include <asm/uaccess.h> should be #include <linux/uaccess.h> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>