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
This commit is contained in:
Shaun Ruffell
2011-02-09 18:30:42 +00:00
parent 025cacfe11
commit 1fdb766204

View File

@@ -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