summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-23 21:33:54 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-23 21:33:54 +0000
commit43210053704cffff896da806072010d902d02c48 (patch)
tree2e22608eb8dbc6c34a4cdb581232ce80da19830d /include
parent2b0f6bb6abac600619ae0fdee325d4e5890cd03e (diff)
dahdi: Add '#include <linux/kobject.h>' in dahdi/kernel.h
linux/kobject.h was removed from linux/fs.h in upstream commit 57cc721. Add it back in in order to pick up the linux/kref.h include. Reported-by: Raoul Bönisch <jkl345@alice-dsl.net> Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9697 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 81d869b..0a5eb83 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -42,6 +42,7 @@
#include <linux/config.h>
#endif
#include <linux/fs.h>
+#include <linux/kobject.h>
#include <linux/ioctl.h>
#ifdef CONFIG_DAHDI_NET