[svn-commits] sruffell: linux/trunk r9697 - /linux/trunk/include/dahdi/kernel.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jan 23 15:34:00 CST 2011


Author: sruffell
Date: Sun Jan 23 15:33:54 2011
New Revision: 9697

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9697
Log:
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 at alice-dsl.net>
Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Modified:
    linux/trunk/include/dahdi/kernel.h

Modified: linux/trunk/include/dahdi/kernel.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/include/dahdi/kernel.h?view=diff&rev=9697&r1=9696&r2=9697
==============================================================================
--- linux/trunk/include/dahdi/kernel.h (original)
+++ linux/trunk/include/dahdi/kernel.h Sun Jan 23 15:33:54 2011
@@ -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	




More information about the svn-commits mailing list