summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-02-09 18:30:42 +0000
committerShaun Ruffell <sruffell@digium.com>2011-02-09 18:30:42 +0000
commitbb712057f54db88478884673eb09f0e3f1f59dcf (patch)
tree5d6104d7554b8316490128f4ef36d6fb9f4d9e55
parent887cedd94ab6cde4c46319538f684a1c96d705a3 (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> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9697 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9746 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-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 7e28738..639a4f2 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