Merge pull request #8 from dangowrt/master
dahdi-linux: fix oct612x compile on some ARM targets
This commit is contained in:
commit
bcd034c268
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: dahdi-linux-2.10.0.1/drivers/dahdi/oct612x/oct612x-user.c
|
||||
===================================================================
|
||||
--- dahdi-linux-2.10.0.1.orig/drivers/dahdi/oct612x/oct612x-user.c
|
||||
+++ dahdi-linux-2.10.0.1/drivers/dahdi/oct612x/oct612x-user.c
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
+#include <linux/slab.h>
|
||||
|
||||
#include <dahdi/kernel.h>
|
||||
|
Loading…
Reference in a new issue