aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-01-21 01:33:48 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-24 12:28:05 +0200
commit934b9a3ebaca33355f1ecab121a7cbaf08e76c83 (patch)
tree6f33ce845de0c15125fdefb714e3c4a16c0ecc45 /include/linux/fs.h
parent85c5e6dfbc3fe3536c1fd12c23d975d5712f1386 (diff)
downloadkernel_samsung_smdk4412-934b9a3ebaca33355f1ecab121a7cbaf08e76c83.tar.gz
kernel_samsung_smdk4412-934b9a3ebaca33355f1ecab121a7cbaf08e76c83.tar.bz2
kernel_samsung_smdk4412-934b9a3ebaca33355f1ecab121a7cbaf08e76c83.zip
Backport mac80211 from 3.4 kernel
The ath9k_htc driver depends on mac80211, but mac80211 can't be build. The reason is that net/wireless is almost completely backported from a 3.4 kernel. To follow suit, mac80211 is also backported from 3.4, more precisely from 3.4.113. This makes mac80211 build. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f74b004f14f..39fbfd3b8da 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2467,6 +2467,7 @@ extern int dcache_readdir(struct file *, void *, filldir_t);
extern int simple_setattr(struct dentry *, struct iattr *);
extern int simple_getattr(struct vfsmount *, struct dentry *, struct kstat *);
extern int simple_statfs(struct dentry *, struct kstatfs *);
+extern int simple_open(struct inode *inode, struct file *file);
extern int simple_link(struct dentry *, struct inode *, struct dentry *);
extern int simple_unlink(struct inode *, struct dentry *);
extern int simple_rmdir(struct inode *, struct dentry *);