diff options
author | Eric Paris <eparis@redhat.com> | 2010-10-28 23:21:56 +0200 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-10-28 23:22:13 +0200 |
commit | 9343919c1495b085a4a1cf4cbada8d7888daf099 (patch) | |
tree | df865fc17ad2db52caad4392f04bc6cc779d2036 /include | |
parent | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... (diff) | |
download | linux-9343919c1495b085a4a1cf4cbada8d7888daf099.tar.xz linux-9343919c1495b085a4a1cf4cbada8d7888daf099.zip |
fanotify: allow fanotify to be built
We disabled the ability to build fanotify in commit 7c5347733dcc4ba0ba.
This reverts that commit and allows people to build fanotify.
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 90e3ed3a3144..97319a8fc1e0 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -118,6 +118,7 @@ header-y += eventpoll.h header-y += ext2_fs.h header-y += fadvise.h header-y += falloc.h +header-y += fanotify.h header-y += fb.h header-y += fcntl.h header-y += fd.h |