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
This commit is contained in:
Shaun Ruffell 2011-01-23 21:33:54 +00:00
parent 08200e4a7e
commit 729addb7b2

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