Skip to content

Commit

Permalink
sound/arm/bcm2835.c: add linux/module.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Boot <bootc@bootc.net>
  • Loading branch information
bootc authored and Chris Boot committed May 20, 2012
1 parent 99b7e44 commit 8d35ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/arm/bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

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

#include "bcm2835.h"

Expand Down

0 comments on commit 8d35ad6

Please sign in to comment.