Skip to content

Commit

Permalink
Include slab.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaell committed Apr 22, 2013
1 parent b927fc3 commit 93e3cf6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions solo6x10-core.c
Expand Up @@ -30,6 +30,7 @@
#include <linux/delay.h>
#include <linux/sysfs.h>
#include <linux/ktime.h>
#include <linux/slab.h>

#include "solo6x10.h"
#include "solo6x10-tw28.h"
Expand Down
1 change: 1 addition & 0 deletions solo6x10-enc.c
Expand Up @@ -25,6 +25,7 @@
#include <linux/kernel.h>
#include <linux/font.h>
#include <linux/bitrev.h>
#include <linux/slab.h>

#include "solo6x10.h"

Expand Down
1 change: 1 addition & 0 deletions solo6x10-g723.c
Expand Up @@ -28,6 +28,7 @@
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <linux/module.h>
#include <linux/slab.h>

#include <sound/core.h>
#include <sound/initval.h>
Expand Down
1 change: 1 addition & 0 deletions solo6x10-p2m.c
Expand Up @@ -24,6 +24,7 @@

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>

#include "solo6x10.h"

Expand Down
1 change: 1 addition & 0 deletions solo6x10.h
Expand Up @@ -34,6 +34,7 @@
#include <linux/stringify.h>
#include <linux/io.h>
#include <linux/atomic.h>
#include <linux/slab.h>

#include <linux/videodev2.h>
#include <media/v4l2-dev.h>
Expand Down

0 comments on commit 93e3cf6

Please sign in to comment.