diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-04-16 18:30:04 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-04-27 17:33:04 +0200 |
commit | a0ded0f1eb853e96f3386b4498b42ce6726394ad (patch) | |
tree | 0e3a4339036aacb0d1c32d9459292d46a4dc66db /include | |
parent | d13cdfecb0d1132e630867250d3e2f21ec6d29f4 (diff) | |
download | lwn-a0ded0f1eb853e96f3386b4498b42ce6726394ad.tar.gz lwn-a0ded0f1eb853e96f3386b4498b42ce6726394ad.zip |
Fixup some compilation warnings and errors
Amit Arora noticed some compile issues with coda, and an fs.h include
issue, so so this patch fixes those along with btrfs warnings.
Thanks to Amit for the testing!
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 94b8fa3f486e..4981e6ee3ba5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -8,7 +8,6 @@ #include <linux/limits.h> #include <linux/ioctl.h> -#include <asm/atomic.h> /* * It's silly to have NR_OPEN bigger than NR_FILE, but you can change |